Color Hex Logo

#ccf062 Color Hex

#CCF062
(204,240,98)
0 Favorites   0 Comments

Color spaces of #ccf062

RGB 20424098
HSL0.210.830.66
HSV75°59°94°
CMYK 0.150.000.59   0.06
XYZ58.266576.039423.1614
Yxy76.03940.37000.4829
Hunter Lab87.2006-33.329245.2923
CIE-Lab89.8776-31.622263.1585

#ccf062 color RGB value is (204,240,98).

#ccf062 hex color red value is 204, green value is 240 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ccf062 hue: 0.21 , saturation: 0.83 and the lightness value of ccf062 is 0.66.

The process color (four color CMYK) of #ccf062 color hex is 0.15, 0.00, 0.59, 0.06. Web safe color of #ccf062 is #ccff66. Color #ccf062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01100010
Octal 314 360 142
Decimal 204 240 98
Hex CC F0 62

RGB Percentages of Color #ccf062

%37.64
%44.28
%18.08

CMYK Percentages of Color #ccf062

%15
%0
%59
%6

Triadic Colors of #ccf062

#ccf062 #62ccf0 #f062cc

Analogous Colors of #ccf062

#ccf062 #85f062 #f0cd62

Monochromatic Colors of #ccf062

#ccf062

Complementary Color

#ccf062 #8662f0

#ccf062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf062 Color CSS Codes

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

#ccf062 Text Font Color

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

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


#ccf062 Background Color

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

This div background color is #ccf062


#ccf062 Border Color

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

This div border color is #ccf062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf062


Comments

No comments written yet.

Please login to write comment.