Color Hex Logo

#ceb557 Color Hex

#CEB557
(206,181,87)
0 Favorites   0 Comments

Color spaces of #ceb557

RGB 20618187
HSL0.130.550.57
HSV47°58°81°
CMYK 0.000.120.58   0.19
XYZ43.697846.857715.7581
Yxy46.85770.41100.4407
Hunter Lab68.4527-5.844034.2681
CIE-Lab74.0987-2.454350.3372

#ceb557 color RGB value is (206,181,87).

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

The process color (four color CMYK) of #ceb557 color hex is 0.00, 0.12, 0.58, 0.19. Web safe color of #ceb557 is #cccc66. Color #ceb557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01010111
Octal 316 265 127
Decimal 206 181 87
Hex CE B5 57

RGB Percentages of Color #ceb557

%43.46
%38.19
%18.35

CMYK Percentages of Color #ceb557

%0
%12
%58
%19

Triadic Colors of #ceb557

#ceb557 #57ceb5 #b557ce

Analogous Colors of #ceb557

#ceb557 #acce57 #ce7a57

Monochromatic Colors of #ceb557

#ceb557

Complementary Color

#ceb557 #5770ce

#ceb557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb557 Color CSS Codes

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

#ceb557 Text Font Color

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

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


#ceb557 Background Color

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

This div background color is #ceb557


#ceb557 Border Color

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

This div border color is #ceb557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb557


Comments

No comments written yet.

Please login to write comment.