Color Hex Logo

#ceab4f Color Hex

#CEAB4F
(206,171,79)
0 Favorites   0 Comments

Color spaces of #ceab4f

RGB 20617179
HSL0.120.560.56
HSV43°62°81°
CMYK 0.000.170.62   0.19
XYZ41.427842.812113.4772
Yxy42.81210.42400.4381
Hunter Lab65.4310-1.486433.5894
CIE-Lab71.42732.259051.0639

#ceab4f color RGB value is (206,171,79).

#ceab4f hex color red value is 206, green value is 171 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ceab4f hue: 0.12 , saturation: 0.56 and the lightness value of ceab4f is 0.56.

The process color (four color CMYK) of #ceab4f color hex is 0.00, 0.17, 0.62, 0.19. Web safe color of #ceab4f is #cc9966. Color #ceab4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 01001111
Octal 316 253 117
Decimal 206 171 79
Hex CE AB 4F

RGB Percentages of Color #ceab4f

%45.18
%37.50
%17.32

CMYK Percentages of Color #ceab4f

%0
%17
%62
%19

Triadic Colors of #ceab4f

#ceab4f #4fceab #ab4fce

Analogous Colors of #ceab4f

#ceab4f #b2ce4f #ce6c4f

Monochromatic Colors of #ceab4f

#ceab4f

Complementary Color

#ceab4f #4f72ce

#ceab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab4f Color CSS Codes

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

#ceab4f Text Font Color

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

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


#ceab4f Background Color

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

This div background color is #ceab4f


#ceab4f Border Color

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

This div border color is #ceab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab4f


Comments

No comments written yet.

Please login to write comment.