Color Hex Logo

#ccf06d Color Hex

#CCF06D
(204,240,109)
0 Favorites   0 Comments

Color spaces of #ccf06d

RGB 204240109
HSL0.210.810.68
HSV76°55°94°
CMYK 0.150.000.55   0.06
XYZ58.822276.261726.0877
Yxy76.26170.36500.4732
Hunter Lab87.3279-32.590243.4177
CIE-Lab89.9807-30.720558.5062

#ccf06d color RGB value is (204,240,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01101101
Octal 314 360 155
Decimal 204 240 109
Hex CC F0 6D

RGB Percentages of Color #ccf06d

%36.89
%43.40
%19.71

CMYK Percentages of Color #ccf06d

%15
%0
%55
%6

Triadic Colors of #ccf06d

#ccf06d #6dccf0 #f06dcc

Analogous Colors of #ccf06d

#ccf06d #8bf06d #f0d36d

Monochromatic Colors of #ccf06d

#ccf06d

Complementary Color

#ccf06d #916df0

#ccf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf06d Color CSS Codes

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

#ccf06d Text Font Color

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

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


#ccf06d Background Color

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

This div background color is #ccf06d


#ccf06d Border Color

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

This div border color is #ccf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf06d


Comments

No comments written yet.

Please login to write comment.