Color Hex Logo

#cedca4 Color Hex

#CEDCA4
(206,220,164)
0 Favorites   0 Comments

Color spaces of #cedca4

RGB 206220164
HSL0.210.440.75
HSV75°25°86°
CMYK 0.060.000.25   0.14
XYZ57.747666.988545.0084
Yxy66.98850.34020.3946
Hunter Lab81.8465-17.289024.6883
CIE-Lab85.4981-14.009826.0123

#cedca4 color RGB value is (206,220,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10100100
Octal 316 334 244
Decimal 206 220 164
Hex CE DC A4

RGB Percentages of Color #cedca4

%34.92
%37.29
%27.80

CMYK Percentages of Color #cedca4

%6
%0
%25
%14

Triadic Colors of #cedca4

#cedca4 #a4cedc #dca4ce

Analogous Colors of #cedca4

#cedca4 #b2dca4 #dccea4

Monochromatic Colors of #cedca4

#cedca4

Complementary Color

#cedca4 #b2a4dc

#cedca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedca4 Color CSS Codes

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

#cedca4 Text Font Color

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

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


#cedca4 Background Color

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

This div background color is #cedca4


#cedca4 Border Color

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

This div border color is #cedca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedca4


Comments

No comments written yet.

Please login to write comment.