Color Hex Logo

#ceb083 Color Hex

#CEB083
(206,176,131)
1 Favorites   0 Comments

Color spaces of #ceb083

RGB 206176131
HSL0.100.430.66
HSV36°36°81°
CMYK 0.000.150.36   0.19
XYZ45.075745.811227.9394
Yxy45.81120.37930.3855
Hunter Lab67.68400.429222.9043
CIE-Lab73.42294.472927.0861

#ceb083 color RGB value is (206,176,131).

#ceb083 hex color red value is 206, green value is 176 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ceb083 hue: 0.10 , saturation: 0.43 and the lightness value of ceb083 is 0.66.

The process color (four color CMYK) of #ceb083 color hex is 0.00, 0.15, 0.36, 0.19. Web safe color of #ceb083 is #cc9999. Color #ceb083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 10000011
Octal 316 260 203
Decimal 206 176 131
Hex CE B0 83

RGB Percentages of Color #ceb083

%40.16
%34.31
%25.54

CMYK Percentages of Color #ceb083

%0
%15
%36
%19

Triadic Colors of #ceb083

#ceb083 #83ceb0 #b083ce

Analogous Colors of #ceb083

#ceb083 #c7ce83 #ce8b83

Monochromatic Colors of #ceb083

#ceb083

Complementary Color

#ceb083 #83a1ce

#ceb083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb083 Color CSS Codes

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

#ceb083 Text Font Color

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

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


#ceb083 Background Color

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

This div background color is #ceb083


#ceb083 Border Color

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

This div border color is #ceb083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb083

#ceb083 Color Palettes


Comments

No comments written yet.

Please login to write comment.