Color Hex Logo

#ceb157 Color Hex

#CEB157
(206,177,87)
0 Favorites   0 Comments

Color spaces of #ceb157

RGB 20617787
HSL0.130.550.57
HSV45°58°81°
CMYK 0.000.140.58   0.19
XYZ42.896045.254215.4909
Yxy45.25420.41390.4366
Hunter Lab67.2712-3.902833.4369
CIE-Lab73.0590-0.347749.1415

#ceb157 color RGB value is (206,177,87).

#ceb157 hex color red value is 206, green value is 177 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ceb157 hue: 0.13 , saturation: 0.55 and the lightness value of ceb157 is 0.57.

The process color (four color CMYK) of #ceb157 color hex is 0.00, 0.14, 0.58, 0.19. Web safe color of #ceb157 is #cc9966. Color #ceb157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 01010111
Octal 316 261 127
Decimal 206 177 87
Hex CE B1 57

RGB Percentages of Color #ceb157

%43.83
%37.66
%18.51

CMYK Percentages of Color #ceb157

%0
%14
%58
%19

Triadic Colors of #ceb157

#ceb157 #57ceb1 #b157ce

Analogous Colors of #ceb157

#ceb157 #b0ce57 #ce7657

Monochromatic Colors of #ceb157

#ceb157

Complementary Color

#ceb157 #5774ce

#ceb157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb157 Color CSS Codes

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

#ceb157 Text Font Color

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

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


#ceb157 Background Color

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

This div background color is #ceb157


#ceb157 Border Color

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

This div border color is #ceb157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb157


Comments

No comments written yet.

Please login to write comment.