Color Hex Logo

#ccf212 Color Hex

#CCF212
(204,242,18)
0 Favorites   0 Comments

Color spaces of #ccf212

RGB 20424218
HSL0.190.900.51
HSV70°93°95°
CMYK 0.160.000.93   0.05
XYZ56.763276.385312.3244
Yxy76.38530.39020.5251
Hunter Lab87.3987-37.016552.8184
CIE-Lab90.0379-35.998086.0783

#ccf212 color RGB value is (204,242,18).

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

The process color (four color CMYK) of #ccf212 color hex is 0.16, 0.00, 0.93, 0.05. Web safe color of #ccf212 is #ccff00. Color #ccf212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 00010010
Octal 314 362 22
Decimal 204 242 18
Hex CC F2 12

RGB Percentages of Color #ccf212

%43.97
%52.16
%3.88

CMYK Percentages of Color #ccf212

%16
%0
%93
%5

Triadic Colors of #ccf212

#ccf212 #12ccf2 #f212cc

Analogous Colors of #ccf212

#ccf212 #5cf212 #f2a812

Monochromatic Colors of #ccf212

#ccf212

Complementary Color

#ccf212 #3812f2

#ccf212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf212 Color CSS Codes

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

#ccf212 Text Font Color

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

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


#ccf212 Background Color

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

This div background color is #ccf212


#ccf212 Border Color

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

This div border color is #ccf212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf212


Comments

No comments written yet.

Please login to write comment.