Color Hex Logo

#ceb957 Color Hex

#CEB957
(206,185,87)
0 Favorites   0 Comments

Color spaces of #ceb957

RGB 20618587
HSL0.140.550.57
HSV49°58°81°
CMYK 0.000.100.58   0.19
XYZ44.522948.507916.0332
Yxy48.50790.40820.4448
Hunter Lab69.6476-7.775535.1045
CIE-Lab75.1442-4.547051.5323

#ceb957 color RGB value is (206,185,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 01010111
Octal 316 271 127
Decimal 206 185 87
Hex CE B9 57

RGB Percentages of Color #ceb957

%43.10
%38.70
%18.20

CMYK Percentages of Color #ceb957

%0
%10
%58
%19

Triadic Colors of #ceb957

#ceb957 #57ceb9 #b957ce

Analogous Colors of #ceb957

#ceb957 #a8ce57 #ce7e57

Monochromatic Colors of #ceb957

#ceb957

Complementary Color

#ceb957 #576cce

#ceb957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb957 Color CSS Codes

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

#ceb957 Text Font Color

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

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


#ceb957 Background Color

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

This div background color is #ceb957


#ceb957 Border Color

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

This div border color is #ceb957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb957


Comments

No comments written yet.

Please login to write comment.