Color Hex Logo

#cce505 Color Hex

#CCE505
(204,229,5)
0 Favorites   0 Comments

Color spaces of #cce505

RGB 2042295
HSL0.190.960.46
HSV67°98°90°
CMYK 0.110.000.98   0.10
XYZ52.948568.886910.6494
Yxy68.88690.39970.5200
Hunter Lab82.9981-31.373050.4913
CIE-Lab86.4480-30.176084.4867

#cce505 color RGB value is (204,229,5).

#cce505 hex color red value is 204, green value is 229 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cce505 hue: 0.19 , saturation: 0.96 and the lightness value of cce505 is 0.46.

The process color (four color CMYK) of #cce505 color hex is 0.11, 0.00, 0.98, 0.10. Web safe color of #cce505 is #cccc00. Color #cce505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 00000101
Octal 314 345 5
Decimal 204 229 5
Hex CC E5 5

RGB Percentages of Color #cce505

%46.58
%52.28
%1.14

CMYK Percentages of Color #cce505

%11
%0
%98
%10

Triadic Colors of #cce505

#cce505 #05cce5 #e505cc

Analogous Colors of #cce505

#cce505 #5ce505 #e58e05

Monochromatic Colors of #cce505

#cce505

Complementary Color

#cce505 #1e05e5

#cce505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce505 Color CSS Codes

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

#cce505 Text Font Color

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

This sample text font color is #cce505
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.


#cce505 Background Color

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

This div background color is #cce505


#cce505 Border Color

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

This div border color is #cce505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce505


Comments

No comments written yet.

Please login to write comment.