Color Hex Logo

#ceb67f Color Hex

#CEB67F
(206,182,127)
0 Favorites   0 Comments

Color spaces of #ceb67f

RGB 206182127
HSL0.120.450.65
HSV42°38°81°
CMYK 0.000.120.38   0.19
XYZ46.012348.110026.9397
Yxy48.11000.38010.3974
Hunter Lab69.3614-2.970725.5249
CIE-Lab74.89430.812831.1572

#ceb67f color RGB value is (206,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01111111
Octal 316 266 177
Decimal 206 182 127
Hex CE B6 7F

RGB Percentages of Color #ceb67f

%40.00
%35.34
%24.66

CMYK Percentages of Color #ceb67f

%0
%12
%38
%19

Triadic Colors of #ceb67f

#ceb67f #7fceb6 #b67fce

Analogous Colors of #ceb67f

#ceb67f #bfce7f #ce8f7f

Monochromatic Colors of #ceb67f

#ceb67f

Complementary Color

#ceb67f #7f97ce

#ceb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb67f Color CSS Codes

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

#ceb67f Text Font Color

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

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


#ceb67f Background Color

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

This div background color is #ceb67f


#ceb67f Border Color

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

This div border color is #ceb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb67f


Comments

No comments written yet.

Please login to write comment.