Color Hex Logo

#cea27d Color Hex

#CEA27D
(206,162,125)
0 Favorites   0 Comments

Color spaces of #cea27d

RGB 206162125
HSL0.080.450.65
HSV27°39°81°
CMYK 0.000.210.39   0.19
XYZ42.075640.443124.9907
Yxy40.44310.39140.3762
Hunter Lab63.59496.808021.2174
CIE-Lab69.784011.307925.4504

#cea27d color RGB value is (206,162,125).

#cea27d hex color red value is 206, green value is 162 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cea27d hue: 0.08 , saturation: 0.45 and the lightness value of cea27d is 0.65.

The process color (four color CMYK) of #cea27d color hex is 0.00, 0.21, 0.39, 0.19. Web safe color of #cea27d is #cc9966. Color #cea27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 01111101
Octal 316 242 175
Decimal 206 162 125
Hex CE A2 7D

RGB Percentages of Color #cea27d

%41.78
%32.86
%25.35

CMYK Percentages of Color #cea27d

%0
%21
%39
%19

Triadic Colors of #cea27d

#cea27d #7dcea2 #a27dce

Analogous Colors of #cea27d

#cea27d #cecb7d #ce7d81

Monochromatic Colors of #cea27d

#cea27d

Complementary Color

#cea27d #7da9ce

#cea27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea27d Color CSS Codes

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

#cea27d Text Font Color

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

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


#cea27d Background Color

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

This div background color is #cea27d


#cea27d Border Color

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

This div border color is #cea27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea27d


Comments

No comments written yet.

Please login to write comment.