Color Hex Logo

#cce512 Color Hex

#CCE512
(204,229,18)
0 Favorites   0 Comments

Color spaces of #cce512

RGB 20422918
HSL0.190.850.48
HSV67°92°90°
CMYK 0.110.000.92   0.10
XYZ53.030368.919711.0801
Yxy68.91970.39860.5181
Hunter Lab83.0179-31.258850.1993
CIE-Lab86.4643-30.034483.2888

#cce512 color RGB value is (204,229,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 00010010
Octal 314 345 22
Decimal 204 229 18
Hex CC E5 12

RGB Percentages of Color #cce512

%45.23
%50.78
%3.99

CMYK Percentages of Color #cce512

%11
%0
%92
%10

Triadic Colors of #cce512

#cce512 #12cce5 #e512cc

Analogous Colors of #cce512

#cce512 #63e512 #e59512

Monochromatic Colors of #cce512

#cce512

Complementary Color

#cce512 #2b12e5

#cce512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce512 Color CSS Codes

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

#cce512 Text Font Color

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

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


#cce512 Background Color

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

This div background color is #cce512


#cce512 Border Color

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

This div border color is #cce512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce512


Comments

No comments written yet.

Please login to write comment.