Color Hex Logo

#cedb72 Color Hex

#CEDB72
(206,219,114)
0 Favorites   0 Comments

Color spaces of #cedb72

RGB 206219114
HSL0.190.590.65
HSV67°48°86°
CMYK 0.060.000.48   0.14
XYZ53.822464.999825.6291
Yxy64.99980.37260.4500
Hunter Lab80.6225-21.925237.5880
CIE-Lab84.4836-19.457849.7607

#cedb72 color RGB value is (206,219,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 01110010
Octal 316 333 162
Decimal 206 219 114
Hex CE DB 72

RGB Percentages of Color #cedb72

%38.22
%40.63
%21.15

CMYK Percentages of Color #cedb72

%6
%0
%48
%14

Triadic Colors of #cedb72

#cedb72 #72cedb #db72ce

Analogous Colors of #cedb72

#cedb72 #9adb72 #dbb472

Monochromatic Colors of #cedb72

#cedb72

Complementary Color

#cedb72 #7f72db

#cedb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedb72 Color CSS Codes

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

#cedb72 Text Font Color

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

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


#cedb72 Background Color

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

This div background color is #cedb72


#cedb72 Border Color

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

This div border color is #cedb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedb72


Comments

No comments written yet.

Please login to write comment.