Color Hex Logo

#cedb6e Color Hex

#CEDB6E
(206,219,110)
0 Favorites   0 Comments

Color spaces of #cedb6e

RGB 206219110
HSL0.190.600.65
HSV67°50°86°
CMYK 0.060.000.50   0.14
XYZ53.599664.910624.4559
Yxy64.91060.37490.4540
Hunter Lab80.5671-22.240238.3997
CIE-Lab84.4376-19.831251.5952

#cedb6e color RGB value is (206,219,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 01101110
Octal 316 333 156
Decimal 206 219 110
Hex CE DB 6E

RGB Percentages of Color #cedb6e

%38.50
%40.93
%20.56

CMYK Percentages of Color #cedb6e

%6
%0
%50
%14

Triadic Colors of #cedb6e

#cedb6e #6ecedb #db6ece

Analogous Colors of #cedb6e

#cedb6e #98db6e #dbb26e

Monochromatic Colors of #cedb6e

#cedb6e

Complementary Color

#cedb6e #7b6edb

#cedb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb6e Color CSS Codes

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

#cedb6e Text Font Color

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

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


#cedb6e Background Color

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

This div background color is #cedb6e


#cedb6e Border Color

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

This div border color is #cedb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb6e


Comments

No comments written yet.

Please login to write comment.