color codes Logo

#cce700 color codes

#CCE700
(204,231,0)
0 Favorites   0 Comments

Color spaces of #cce700

RGB 2042310
HSL0.191.000.45
HSV67°100°91°
CMYK 0.120.001.00   0.09
XYZ53.477869.989210.6907
Yxy69.98920.39860.5217
Hunter Lab83.6595-32.301450.9851
CIE-Lab86.9916-31.152685.3049

#cce700 color RGB value is (204,231,0).

#cce700 hex color red value is 204, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cce700 hue: 0.19 , saturation: 1.00 and the lightness value of cce700 is 0.45.

The process color (four color CMYK) of #cce700 color code is 0.12, 0.00, 1.00, 0.09. Web safe color of #cce700 is #ccff00. Color #cce700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100111 00000000
Octal 314 347 0
Decimal 204 231 0
Hex CC E7 0

RGB Percentages of Color #cce700

%46.90
%53.10
%0.00

CMYK Percentages of Color #cce700

%12
%0
%100
%9

Triadic Colors of #cce700

#cce700 #00cce7 #e700cc

Analogous Colors of #cce700

#cce700 #59e700 #e78f00

Monochromatic Colors of #cce700

#cce700

Complementary Color

#cce700 #1b00e7

#cce700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce700 Color CSS Codes

.mybgcolor {background-color:#cce700; } 
.myforecolor {color:#cce700; }
.mybordercolor {border:3px solid #cce700; }

#cce700 Text Font Color

<p style="color:#cce700">Text here</p>

This sample text font color is #cce700
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cce700 Background Color

<div style="background-color:#cce700">
Div content here</div>

This div background color is #cce700


#cce700 Border Color

<div style="border:3px solid #cce700">
Div here</div>

This div border color is #cce700


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,231,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cce700; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cce700;
  -webkit-box-shadow: 1px 1px 3px 2px #cce700;
  box-shadow:         1px 1px 3px 2px #cce700; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,231,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cce700">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cce700;
  -webkit-box-shadow: 1px 1px 3px 2px #cce700;
  box-shadow:         1px 1px 3px 2px #cce700;">
Div content here</div>

This div box has shadow with color #cce700


Comments

No comments written yet.

Please login to write comment.