Color Hex Logo

#ceb291 Color Hex

#CEB291
(206,178,145)
0 Favorites   0 Comments

Color spaces of #ceb291

RGB 206178145
HSL0.090.380.69
HSV32°30°81°
CMYK 0.000.140.30   0.19
XYZ46.484847.006933.4113
Yxy47.00690.36630.3704
Hunter Lab68.56161.040419.1000
CIE-Lab74.19425.169720.6085

#ceb291 color RGB value is (206,178,145).

#ceb291 hex color red value is 206, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ceb291 hue: 0.09 , saturation: 0.38 and the lightness value of ceb291 is 0.69.

The process color (four color CMYK) of #ceb291 color hex is 0.00, 0.14, 0.30, 0.19. Web safe color of #ceb291 is #cc9999. Color #ceb291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10010001
Octal 316 262 221
Decimal 206 178 145
Hex CE B2 91

RGB Percentages of Color #ceb291

%38.94
%33.65
%27.41

CMYK Percentages of Color #ceb291

%0
%14
%30
%19

Triadic Colors of #ceb291

#ceb291 #91ceb2 #b291ce

Analogous Colors of #ceb291

#ceb291 #ccce91 #ce9491

Monochromatic Colors of #ceb291

#ceb291

Complementary Color

#ceb291 #91adce

#ceb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb291 Color CSS Codes

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

#ceb291 Text Font Color

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

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


#ceb291 Background Color

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

This div background color is #ceb291


#ceb291 Border Color

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

This div border color is #ceb291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb291


Comments

No comments written yet.

Please login to write comment.