Color Hex Logo

#ceb990 Color Hex

#CEB990
(206,185,144)
0 Favorites   0 Comments

Color spaces of #ceb990

RGB 206185144
HSL0.110.390.69
HSV40°30°81°
CMYK 0.000.100.30   0.19
XYZ47.836649.833433.4831
Yxy49.83340.36470.3800
Hunter Lab70.5928-2.578321.2929
CIE-Lab75.96691.310923.5683

#ceb990 color RGB value is (206,185,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 10010000
Octal 316 271 220
Decimal 206 185 144
Hex CE B9 90

RGB Percentages of Color #ceb990

%38.50
%34.58
%26.92

CMYK Percentages of Color #ceb990

%0
%10
%30
%19

Triadic Colors of #ceb990

#ceb990 #90ceb9 #b990ce

Analogous Colors of #ceb990

#ceb990 #c4ce90 #ce9a90

Monochromatic Colors of #ceb990

#ceb990

Complementary Color

#ceb990 #90a5ce

#ceb990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb990 Color CSS Codes

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

#ceb990 Text Font Color

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

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


#ceb990 Background Color

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

This div background color is #ceb990


#ceb990 Border Color

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

This div border color is #ceb990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb990

#ceb990 Color Palettes


Comments

No comments written yet.

Please login to write comment.