Color Hex Logo

#cedd7b Color Hex

#CEDD7B
(206,221,123)
0 Favorites   0 Comments

Color spaces of #cedd7b

RGB 206221123
HSL0.190.590.67
HSV69°44°87°
CMYK 0.070.000.44   0.13
XYZ54.885266.264828.6365
Yxy66.26480.36640.4424
Hunter Lab81.4032-22.103936.1248
CIE-Lab85.1313-19.544546.2247

#cedd7b color RGB value is (206,221,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01111011
Octal 316 335 173
Decimal 206 221 123
Hex CE DD 7B

RGB Percentages of Color #cedd7b

%37.45
%40.18
%22.36

CMYK Percentages of Color #cedd7b

%7
%0
%44
%13

Triadic Colors of #cedd7b

#cedd7b #7bcedd #dd7bce

Analogous Colors of #cedd7b

#cedd7b #9ddd7b #ddbb7b

Monochromatic Colors of #cedd7b

#cedd7b

Complementary Color

#cedd7b #8a7bdd

#cedd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd7b Color CSS Codes

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

#cedd7b Text Font Color

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

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


#cedd7b Background Color

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

This div background color is #cedd7b


#cedd7b Border Color

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

This div border color is #cedd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd7b


Comments

No comments written yet.

Please login to write comment.