Color Hex Logo

#ccdc7b Color Hex

#CCDC7B
(204,220,123)
0 Favorites   0 Comments

Color spaces of #ccdc7b

RGB 204220123
HSL0.190.580.67
HSV70°44°86°
CMYK 0.070.000.44   0.14
XYZ54.070265.453828.5229
Yxy65.45380.36520.4421
Hunter Lab80.9035-22.284435.7295
CIE-Lab84.7170-19.830045.6802

#ccdc7b color RGB value is (204,220,123).

#ccdc7b hex color red value is 204, green value is 220 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ccdc7b hue: 0.19 , saturation: 0.58 and the lightness value of ccdc7b is 0.67.

The process color (four color CMYK) of #ccdc7b color hex is 0.07, 0.00, 0.44, 0.14. Web safe color of #ccdc7b is #cccc66. Color #ccdc7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 01111011
Octal 314 334 173
Decimal 204 220 123
Hex CC DC 7B

RGB Percentages of Color #ccdc7b

%37.29
%40.22
%22.49

CMYK Percentages of Color #ccdc7b

%7
%0
%44
%14

Triadic Colors of #ccdc7b

#ccdc7b #7bccdc #dc7bcc

Analogous Colors of #ccdc7b

#ccdc7b #9cdc7b #dcbc7b

Monochromatic Colors of #ccdc7b

#ccdc7b

Complementary Color

#ccdc7b #8b7bdc

#ccdc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdc7b Color CSS Codes

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

#ccdc7b Text Font Color

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

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


#ccdc7b Background Color

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

This div background color is #ccdc7b


#ccdc7b Border Color

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

This div border color is #ccdc7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,220,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 #ccdc7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdc7b


Comments

No comments written yet.

Please login to write comment.