color codes Logo

#cce812 color codes

#CCE812
(204,232,18)
0 Favorites   0 Comments

Color spaces of #cce812

RGB 20423218
HSL0.190.860.49
HSV68°92°91°
CMYK 0.120.000.92   0.09
XYZ53.867670.594311.3592
Yxy70.59430.39660.5198
Hunter Lab84.0204-32.594950.7985
CIE-Lab87.2875-31.427883.9307

#cce812 color RGB value is (204,232,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 00010010
Octal 314 350 22
Decimal 204 232 18
Hex CC E8 12

RGB Percentages of Color #cce812

%44.93
%51.10
%3.96

CMYK Percentages of Color #cce812

%12
%0
%92
%9

Triadic Colors of #cce812

#cce812 #12cce8 #e812cc

Analogous Colors of #cce812

#cce812 #61e812 #e89912

Monochromatic Colors of #cce812

#cce812

Complementary Color

#cce812 #2e12e8

#cce812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce812 Color CSS Codes

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

#cce812 Text Font Color

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

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


#cce812 Background Color

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

This div background color is #cce812


#cce812 Border Color

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

This div border color is #cce812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce812


Comments

No comments written yet.

Please login to write comment.