Color Hex Logo

#cea93b Color Hex

#CEA93B
(206,169,59)
0 Favorites   0 Comments

Color spaces of #cea93b

RGB 20616959
HSL0.120.600.52
HSV45°71°81°
CMYK 0.000.180.71   0.19
XYZ40.431041.813510.0775
Yxy41.81350.43790.4529
Hunter Lab64.6634-1.553136.0243
CIE-Lab70.74212.146859.0876

#cea93b color RGB value is (206,169,59).

#cea93b hex color red value is 206, green value is 169 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cea93b hue: 0.12 , saturation: 0.60 and the lightness value of cea93b is 0.52.

The process color (four color CMYK) of #cea93b color hex is 0.00, 0.18, 0.71, 0.19. Web safe color of #cea93b is #cc9933. Color #cea93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00111011
Octal 316 251 73
Decimal 206 169 59
Hex CE A9 3B

RGB Percentages of Color #cea93b

%47.47
%38.94
%13.59

CMYK Percentages of Color #cea93b

%0
%18
%71
%19

Triadic Colors of #cea93b

#cea93b #3bcea9 #a93bce

Analogous Colors of #cea93b

#cea93b #aace3b #ce603b

Monochromatic Colors of #cea93b

#cea93b

Complementary Color

#cea93b #3b60ce

#cea93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea93b Color CSS Codes

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

#cea93b Text Font Color

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

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


#cea93b Background Color

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

This div background color is #cea93b


#cea93b Border Color

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

This div border color is #cea93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea93b


Comments

No comments written yet.

Please login to write comment.