Color Hex Logo

#ceab4b Color Hex

#CEAB4B
(206,171,75)
0 Favorites   0 Comments

Color spaces of #ceab4b

RGB 20617175
HSL0.120.570.55
HSV44°64°81°
CMYK 0.000.170.64   0.19
XYZ41.286542.755612.7332
Yxy42.75560.42660.4418
Hunter Lab65.3878-1.721934.2257
CIE-Lab71.38881.993452.8665

#ceab4b color RGB value is (206,171,75).

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

The process color (four color CMYK) of #ceab4b color hex is 0.00, 0.17, 0.64, 0.19. Web safe color of #ceab4b is #cc9933. Color #ceab4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 01001011
Octal 316 253 113
Decimal 206 171 75
Hex CE AB 4B

RGB Percentages of Color #ceab4b

%45.58
%37.83
%16.59

CMYK Percentages of Color #ceab4b

%0
%17
%64
%19

Triadic Colors of #ceab4b

#ceab4b #4bceab #ab4bce

Analogous Colors of #ceab4b

#ceab4b #b0ce4b #ce6a4b

Monochromatic Colors of #ceab4b

#ceab4b

Complementary Color

#ceab4b #4b6ece

#ceab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab4b Color CSS Codes

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

#ceab4b Text Font Color

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

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


#ceab4b Background Color

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

This div background color is #ceab4b


#ceab4b Border Color

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

This div border color is #ceab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab4b


Comments

No comments written yet.

Please login to write comment.