Color Hex Logo

#ceb87f Color Hex

#CEB87F
(206,184,127)
0 Favorites   0 Comments

Color spaces of #ceb87f

RGB 206184127
HSL0.120.450.65
HSV43°38°81°
CMYK 0.000.110.38   0.19
XYZ46.424948.935127.0772
Yxy48.93510.37920.3997
Hunter Lab69.9536-3.956926.0179
CIE-Lab75.4109-0.244331.8348

#ceb87f color RGB value is (206,184,127).

#ceb87f hex color red value is 206, green value is 184 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ceb87f hue: 0.12 , saturation: 0.45 and the lightness value of ceb87f is 0.65.

The process color (four color CMYK) of #ceb87f color hex is 0.00, 0.11, 0.38, 0.19. Web safe color of #ceb87f is #cccc66. Color #ceb87f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 01111111
Octal 316 270 177
Decimal 206 184 127
Hex CE B8 7F

RGB Percentages of Color #ceb87f

%39.85
%35.59
%24.56

CMYK Percentages of Color #ceb87f

%0
%11
%38
%19

Triadic Colors of #ceb87f

#ceb87f #7fceb8 #b87fce

Analogous Colors of #ceb87f

#ceb87f #bdce7f #ce917f

Monochromatic Colors of #ceb87f

#ceb87f

Complementary Color

#ceb87f #7f95ce

#ceb87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb87f Color CSS Codes

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

#ceb87f Text Font Color

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

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


#ceb87f Background Color

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

This div background color is #ceb87f


#ceb87f Border Color

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

This div border color is #ceb87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb87f


Comments

No comments written yet.

Please login to write comment.