Color Hex Logo

#ccd67b Color Hex

#CCD67B
(204,214,123)
0 Favorites   0 Comments

Color spaces of #ccd67b

RGB 204214123
HSL0.180.530.66
HSV67°43°84°
CMYK 0.050.000.43   0.16
XYZ52.523662.360628.0074
Yxy62.36060.36760.4364
Hunter Lab78.9687-19.471534.2501
CIE-Lab83.1048-16.869143.6761

#ccd67b color RGB value is (204,214,123).

#ccd67b hex color red value is 204, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ccd67b hue: 0.18 , saturation: 0.53 and the lightness value of ccd67b is 0.66.

The process color (four color CMYK) of #ccd67b color hex is 0.05, 0.00, 0.43, 0.16. Web safe color of #ccd67b is #cccc66. Color #ccd67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 01111011
Octal 314 326 173
Decimal 204 214 123
Hex CC D6 7B

RGB Percentages of Color #ccd67b

%37.71
%39.56
%22.74

CMYK Percentages of Color #ccd67b

%5
%0
%43
%16

Triadic Colors of #ccd67b

#ccd67b #7bccd6 #d67bcc

Analogous Colors of #ccd67b

#ccd67b #9fd67b #d6b37b

Monochromatic Colors of #ccd67b

#ccd67b

Complementary Color

#ccd67b #857bd6

#ccd67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd67b Color CSS Codes

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

#ccd67b Text Font Color

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

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


#ccd67b Background Color

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

This div background color is #ccd67b


#ccd67b Border Color

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

This div border color is #ccd67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd67b


Comments

No comments written yet.

Please login to write comment.