Color Hex Logo

#ccd06b Color Hex

#CCD06B
(204,208,107)
0 Favorites   0 Comments

Color spaces of #ccd06b

RGB 204208107
HSL0.170.520.62
HSV62°49°82°
CMYK 0.020.000.49   0.18
XYZ50.111659.010722.6590
Yxy59.01070.38030.4478
Hunter Lab76.8184-17.989936.2842
CIE-Lab81.2975-15.458349.2347

#ccd06b color RGB value is (204,208,107).

#ccd06b hex color red value is 204, green value is 208 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ccd06b hue: 0.17 , saturation: 0.52 and the lightness value of ccd06b is 0.62.

The process color (four color CMYK) of #ccd06b color hex is 0.02, 0.00, 0.49, 0.18. Web safe color of #ccd06b is #cccc66. Color #ccd06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01101011
Octal 314 320 153
Decimal 204 208 107
Hex CC D0 6B

RGB Percentages of Color #ccd06b

%39.31
%40.08
%20.62

CMYK Percentages of Color #ccd06b

%2
%0
%49
%18

Triadic Colors of #ccd06b

#ccd06b #6bccd0 #d06bcc

Analogous Colors of #ccd06b

#ccd06b #9ad06b #d0a26b

Monochromatic Colors of #ccd06b

#ccd06b

Complementary Color

#ccd06b #6f6bd0

#ccd06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd06b Color CSS Codes

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

#ccd06b Text Font Color

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

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


#ccd06b Background Color

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

This div background color is #ccd06b


#ccd06b Border Color

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

This div border color is #ccd06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd06b


Comments

No comments written yet.

Please login to write comment.