Color Hex Logo

#ceb590 Color Hex

#CEB590
(206,181,144)
0 Favorites   0 Comments

Color spaces of #ceb590

RGB 206181144
HSL0.100.390.69
HSV36°30°81°
CMYK 0.000.120.30   0.19
XYZ47.011548.183233.2081
Yxy48.18320.36610.3753
Hunter Lab69.4141-0.583620.2252
CIE-Lab74.94033.435822.1690

#ceb590 color RGB value is (206,181,144).

#ceb590 hex color red value is 206, green value is 181 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ceb590 hue: 0.10 , saturation: 0.39 and the lightness value of ceb590 is 0.69.

The process color (four color CMYK) of #ceb590 color hex is 0.00, 0.12, 0.30, 0.19. Web safe color of #ceb590 is #cccc99. Color #ceb590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 10010000
Octal 316 265 220
Decimal 206 181 144
Hex CE B5 90

RGB Percentages of Color #ceb590

%38.79
%34.09
%27.12

CMYK Percentages of Color #ceb590

%0
%12
%30
%19

Triadic Colors of #ceb590

#ceb590 #90ceb5 #b590ce

Analogous Colors of #ceb590

#ceb590 #c8ce90 #ce9690

Monochromatic Colors of #ceb590

#ceb590

Complementary Color

#ceb590 #90a9ce

#ceb590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb590 Color CSS Codes

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

#ceb590 Text Font Color

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

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


#ceb590 Background Color

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

This div background color is #ceb590


#ceb590 Border Color

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

This div border color is #ceb590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb590


Comments

No comments written yet.

Please login to write comment.