Color Hex Logo

#ceb290 Color Hex

#CEB290
(206,178,144)
0 Favorites   0 Comments

Color spaces of #ceb290

RGB 206178144
HSL0.090.390.69
HSV33°30°81°
CMYK 0.000.140.30   0.19
XYZ46.408046.976233.0069
Yxy46.97620.36720.3717
Hunter Lab68.53920.919119.4247
CIE-Lab74.17455.037221.1211

#ceb290 color RGB value is (206,178,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10010000
Octal 316 262 220
Decimal 206 178 144
Hex CE B2 90

RGB Percentages of Color #ceb290

%39.02
%33.71
%27.27

CMYK Percentages of Color #ceb290

%0
%14
%30
%19

Triadic Colors of #ceb290

#ceb290 #90ceb2 #b290ce

Analogous Colors of #ceb290

#ceb290 #cbce90 #ce9390

Monochromatic Colors of #ceb290

#ceb290

Complementary Color

#ceb290 #90acce

#ceb290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb290 Color CSS Codes

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

#ceb290 Text Font Color

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

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


#ceb290 Background Color

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

This div background color is #ceb290


#ceb290 Border Color

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

This div border color is #ceb290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb290


Comments

No comments written yet.

Please login to write comment.