Color Hex Logo

#ceb65f Color Hex

#CEB65F
(206,182,95)
0 Favorites   0 Comments

Color spaces of #ceb65f

RGB 20618295
HSL0.130.530.59
HSV47°54°81°
CMYK 0.000.120.54   0.19
XYZ44.247147.403917.6443
Yxy47.40390.40480.4337
Hunter Lab68.8505-5.774533.0011
CIE-Lab74.4474-2.347146.9057

#ceb65f color RGB value is (206,182,95).

#ceb65f hex color red value is 206, green value is 182 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ceb65f hue: 0.13 , saturation: 0.53 and the lightness value of ceb65f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01011111
Octal 316 266 137
Decimal 206 182 95
Hex CE B6 5F

RGB Percentages of Color #ceb65f

%42.65
%37.68
%19.67

CMYK Percentages of Color #ceb65f

%0
%12
%54
%19

Triadic Colors of #ceb65f

#ceb65f #5fceb6 #b65fce

Analogous Colors of #ceb65f

#ceb65f #afce5f #ce7f5f

Monochromatic Colors of #ceb65f

#ceb65f

Complementary Color

#ceb65f #5f77ce

#ceb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb65f Color CSS Codes

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

#ceb65f Text Font Color

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

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


#ceb65f Background Color

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

This div background color is #ceb65f


#ceb65f Border Color

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

This div border color is #ceb65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb65f


Comments

No comments written yet.

Please login to write comment.