Color Hex Logo

#ccdf7b Color Hex

#CCDF7B
(204,223,123)
0 Favorites   0 Comments

Color spaces of #ccdf7b

RGB 204223123
HSL0.200.610.68
HSV71°45°87°
CMYK 0.090.000.45   0.13
XYZ54.864767.042828.7878
Yxy67.04280.36410.4449
Hunter Lab81.8797-23.682836.4702
CIE-Lab85.5256-21.295746.6792

#ccdf7b color RGB value is (204,223,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 01111011
Octal 314 337 173
Decimal 204 223 123
Hex CC DF 7B

RGB Percentages of Color #ccdf7b

%37.09
%40.55
%22.36

CMYK Percentages of Color #ccdf7b

%9
%0
%45
%13

Triadic Colors of #ccdf7b

#ccdf7b #7bccdf #df7bcc

Analogous Colors of #ccdf7b

#ccdf7b #9adf7b #dfc07b

Monochromatic Colors of #ccdf7b

#ccdf7b

Complementary Color

#ccdf7b #8e7bdf

#ccdf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdf7b Color CSS Codes

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

#ccdf7b Text Font Color

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

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


#ccdf7b Background Color

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

This div background color is #ccdf7b


#ccdf7b Border Color

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

This div border color is #ccdf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdf7b


Comments

No comments written yet.

Please login to write comment.