Color Hex Logo

#ccde7b Color Hex

#CCDE7B
(204,222,123)
0 Favorites   0 Comments

Color spaces of #ccde7b

RGB 204222123
HSL0.200.600.68
HSV71°45°87°
CMYK 0.080.000.45   0.13
XYZ54.598366.510028.6990
Yxy66.51000.36450.4440
Hunter Lab81.5537-23.217336.2232
CIE-Lab85.2559-20.808246.3464

#ccde7b color RGB value is (204,222,123).

#ccde7b hex color red value is 204, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ccde7b hue: 0.20 , saturation: 0.60 and the lightness value of ccde7b is 0.68.

The process color (four color CMYK) of #ccde7b color hex is 0.08, 0.00, 0.45, 0.13. Web safe color of #ccde7b is #cccc66. Color #ccde7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 01111011
Octal 314 336 173
Decimal 204 222 123
Hex CC DE 7B

RGB Percentages of Color #ccde7b

%37.16
%40.44
%22.40

CMYK Percentages of Color #ccde7b

%8
%0
%45
%13

Triadic Colors of #ccde7b

#ccde7b #7bccde #de7bcc

Analogous Colors of #ccde7b

#ccde7b #9bde7b #debf7b

Monochromatic Colors of #ccde7b

#ccde7b

Complementary Color

#ccde7b #8d7bde

#ccde7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde7b Color CSS Codes

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

#ccde7b Text Font Color

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

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


#ccde7b Background Color

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

This div background color is #ccde7b


#ccde7b Border Color

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

This div border color is #ccde7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde7b


Comments

No comments written yet.

Please login to write comment.