Color Hex Logo

#ceb295 Color Hex

#CEB295
(206,178,149)
0 Favorites   0 Comments

Color spaces of #ceb295

RGB 206178149
HSL0.080.370.70
HSV31°28°81°
CMYK 0.000.140.28   0.19
XYZ46.798847.132535.0647
Yxy47.13250.36280.3654
Hunter Lab68.65311.535217.7747
CIE-Lab74.27445.708718.5574

#ceb295 color RGB value is (206,178,149).

#ceb295 hex color red value is 206, green value is 178 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ceb295 hue: 0.08 , saturation: 0.37 and the lightness value of ceb295 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10010101
Octal 316 262 225
Decimal 206 178 149
Hex CE B2 95

RGB Percentages of Color #ceb295

%38.65
%33.40
%27.95

CMYK Percentages of Color #ceb295

%0
%14
%28
%19

Triadic Colors of #ceb295

#ceb295 #95ceb2 #b295ce

Analogous Colors of #ceb295

#ceb295 #cece95 #ce9695

Monochromatic Colors of #ceb295

#ceb295

Complementary Color

#ceb295 #95b1ce

#ceb295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb295 Color CSS Codes

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

#ceb295 Text Font Color

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

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


#ceb295 Background Color

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

This div background color is #ceb295


#ceb295 Border Color

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

This div border color is #ceb295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb295


Comments

No comments written yet.

Please login to write comment.