Color Hex Logo

#cce40d Color Hex

#CCE40D
(204,228,13)
0 Favorites   0 Comments

Color spaces of #cce40d

RGB 20422813
HSL0.190.890.47
HSV67°94°89°
CMYK 0.110.000.94   0.11
XYZ52.717968.353210.7957
Yxy68.35320.39980.5184
Hunter Lab82.6760-30.863450.1312
CIE-Lab86.1828-29.630883.6093

#cce40d color RGB value is (204,228,13).

#cce40d hex color red value is 204, green value is 228 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cce40d hue: 0.19 , saturation: 0.89 and the lightness value of cce40d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 00001101
Octal 314 344 15
Decimal 204 228 13
Hex CC E4 D

RGB Percentages of Color #cce40d

%45.84
%51.24
%2.92

CMYK Percentages of Color #cce40d

%11
%0
%94
%11

Triadic Colors of #cce40d

#cce40d #0dcce4 #e40dcc

Analogous Colors of #cce40d

#cce40d #61e40d #e4910d

Monochromatic Colors of #cce40d

#cce40d

Complementary Color

#cce40d #250de4

#cce40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce40d Color CSS Codes

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

#cce40d Text Font Color

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

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


#cce40d Background Color

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

This div background color is #cce40d


#cce40d Border Color

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

This div border color is #cce40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce40d


Comments

No comments written yet.

Please login to write comment.