Color Hex Logo

#cedb7e Color Hex

#CEDB7E
(206,219,126)
0 Favorites   0 Comments

Color spaces of #cedb7e

RGB 206219126
HSL0.190.560.68
HSV68°42°86°
CMYK 0.060.000.42   0.14
XYZ54.551065.291229.4660
Yxy65.29120.36540.4373
Hunter Lab80.8030-20.897834.9411
CIE-Lab84.6336-18.245944.1411

#cedb7e color RGB value is (206,219,126).

#cedb7e hex color red value is 206, green value is 219 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cedb7e hue: 0.19 , saturation: 0.56 and the lightness value of cedb7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 01111110
Octal 316 333 176
Decimal 206 219 126
Hex CE DB 7E

RGB Percentages of Color #cedb7e

%37.39
%39.75
%22.87

CMYK Percentages of Color #cedb7e

%6
%0
%42
%14

Triadic Colors of #cedb7e

#cedb7e #7ecedb #db7ece

Analogous Colors of #cedb7e

#cedb7e #a0db7e #dbba7e

Monochromatic Colors of #cedb7e

#cedb7e

Complementary Color

#cedb7e #8b7edb

#cedb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb7e Color CSS Codes

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

#cedb7e Text Font Color

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

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


#cedb7e Background Color

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

This div background color is #cedb7e


#cedb7e Border Color

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

This div border color is #cedb7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,219,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cedb7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb7e


Comments

No comments written yet.

Please login to write comment.