Color Hex Logo

#cedba4 Color Hex

#CEDBA4
(206,219,164)
0 Favorites   0 Comments

Color spaces of #cedba4

RGB 206219164
HSL0.210.430.75
HSV74°25°86°
CMYK 0.060.000.25   0.14
XYZ57.486066.465244.9212
Yxy66.46520.34040.3936
Hunter Lab81.5262-16.806424.3993
CIE-Lab85.2332-13.508025.6517

#cedba4 color RGB value is (206,219,164).

#cedba4 hex color red value is 206, green value is 219 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cedba4 hue: 0.21 , saturation: 0.43 and the lightness value of cedba4 is 0.75.

The process color (four color CMYK) of #cedba4 color hex is 0.06, 0.00, 0.25, 0.14. Web safe color of #cedba4 is #cccc99. Color #cedba4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10100100
Octal 316 333 244
Decimal 206 219 164
Hex CE DB A4

RGB Percentages of Color #cedba4

%34.97
%37.18
%27.84

CMYK Percentages of Color #cedba4

%6
%0
%25
%14

Triadic Colors of #cedba4

#cedba4 #a4cedb #dba4ce

Analogous Colors of #cedba4

#cedba4 #b3dba4 #dbcda4

Monochromatic Colors of #cedba4

#cedba4

Complementary Color

#cedba4 #b1a4db

#cedba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedba4 Color CSS Codes

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

#cedba4 Text Font Color

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

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


#cedba4 Background Color

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

This div background color is #cedba4


#cedba4 Border Color

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

This div border color is #cedba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedba4


Comments

No comments written yet.

Please login to write comment.