Color Hex Logo

#cea155 Color Hex

#CEA155
(206,161,85)
0 Favorites   0 Comments

Color spaces of #cea155

RGB 20616185
HSL0.100.550.57
HSV38°59°81°
CMYK 0.000.220.59   0.19
XYZ39.838239.267414.0740
Yxy39.26740.42750.4214
Hunter Lab62.66373.819230.5483
CIE-Lab68.94458.048345.3333

#cea155 color RGB value is (206,161,85).

#cea155 hex color red value is 206, green value is 161 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cea155 hue: 0.10 , saturation: 0.55 and the lightness value of cea155 is 0.57.

The process color (four color CMYK) of #cea155 color hex is 0.00, 0.22, 0.59, 0.19. Web safe color of #cea155 is #cc9966. Color #cea155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01010101
Octal 316 241 125
Decimal 206 161 85
Hex CE A1 55

RGB Percentages of Color #cea155

%45.58
%35.62
%18.81

CMYK Percentages of Color #cea155

%0
%22
%59
%19

Triadic Colors of #cea155

#cea155 #55cea1 #a155ce

Analogous Colors of #cea155

#cea155 #bfce55 #ce6555

Monochromatic Colors of #cea155

#cea155

Complementary Color

#cea155 #5582ce

#cea155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea155 Color CSS Codes

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

#cea155 Text Font Color

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

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


#cea155 Background Color

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

This div background color is #cea155


#cea155 Border Color

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

This div border color is #cea155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea155


Comments

No comments written yet.

Please login to write comment.