Color Hex Logo

#cedc7b Color Hex

#CEDC7B
(206,220,123)
0 Favorites   0 Comments

Color spaces of #cedc7b

RGB 206220123
HSL0.190.580.67
HSV69°44°86°
CMYK 0.060.000.44   0.14
XYZ54.621965.738328.5488
Yxy65.73830.36680.4415
Hunter Lab81.0792-21.635635.8788
CIE-Lab84.8628-19.053845.8927

#cedc7b color RGB value is (206,220,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01111011
Octal 316 334 173
Decimal 206 220 123
Hex CE DC 7B

RGB Percentages of Color #cedc7b

%37.52
%40.07
%22.40

CMYK Percentages of Color #cedc7b

%6
%0
%44
%14

Triadic Colors of #cedc7b

#cedc7b #7bcedc #dc7bce

Analogous Colors of #cedc7b

#cedc7b #9edc7b #dcba7b

Monochromatic Colors of #cedc7b

#cedc7b

Complementary Color

#cedc7b #897bdc

#cedc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc7b Color CSS Codes

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

#cedc7b Text Font Color

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

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


#cedc7b Background Color

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

This div background color is #cedc7b


#cedc7b Border Color

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

This div border color is #cedc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc7b


Comments

No comments written yet.

Please login to write comment.