Color Hex Logo

#cce912 Color Hex

#CCE912
(204,233,18)
0 Favorites   0 Comments

Color spaces of #cce912

RGB 20423318
HSL0.190.860.49
HSV68°92°91°
CMYK 0.120.000.92   0.09
XYZ54.149971.158911.4533
Yxy71.15890.39590.5203
Hunter Lab84.3557-33.039350.9990
CIE-Lab87.5622-31.890084.1450

#cce912 color RGB value is (204,233,18).

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

The process color (four color CMYK) of #cce912 color hex is 0.12, 0.00, 0.92, 0.09. Web safe color of #cce912 is #ccff00. Color #cce912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101001 00010010
Octal 314 351 22
Decimal 204 233 18
Hex CC E9 12

RGB Percentages of Color #cce912

%44.84
%51.21
%3.96

CMYK Percentages of Color #cce912

%12
%0
%92
%9

Triadic Colors of #cce912

#cce912 #12cce9 #e912cc

Analogous Colors of #cce912

#cce912 #61e912 #e99b12

Monochromatic Colors of #cce912

#cce912

Complementary Color

#cce912 #2f12e9

#cce912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce912 Color CSS Codes

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

#cce912 Text Font Color

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

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


#cce912 Background Color

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

This div background color is #cce912


#cce912 Border Color

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

This div border color is #cce912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,233,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 #cce912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce912


Comments

No comments written yet.

Please login to write comment.