Color Hex Logo

#ccf214 Color Hex

#CCF214
(204,242,20)
0 Favorites   0 Comments

Color spaces of #ccf214

RGB 20424220
HSL0.200.900.51
HSV70°92°95°
CMYK 0.160.000.92   0.05
XYZ56.780276.392112.4143
Yxy76.39210.39000.5247
Hunter Lab87.4026-36.993852.7605
CIE-Lab90.0411-35.969585.8490

#ccf214 color RGB value is (204,242,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 00010100
Octal 314 362 24
Decimal 204 242 20
Hex CC F2 14

RGB Percentages of Color #ccf214

%43.78
%51.93
%4.29

CMYK Percentages of Color #ccf214

%16
%0
%92
%5

Triadic Colors of #ccf214

#ccf214 #14ccf2 #f214cc

Analogous Colors of #ccf214

#ccf214 #5df214 #f2a914

Monochromatic Colors of #ccf214

#ccf214

Complementary Color

#ccf214 #3a14f2

#ccf214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf214 Color CSS Codes

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

#ccf214 Text Font Color

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

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


#ccf214 Background Color

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

This div background color is #ccf214


#ccf214 Border Color

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

This div border color is #ccf214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf214


Comments

No comments written yet.

Please login to write comment.