Color Hex Logo

#cea91b Color Hex

#CEA91B
(206,169,27)
0 Favorites   0 Comments

Color spaces of #cea91b

RGB 20616927
HSL0.130.770.46
HSV48°87°81°
CMYK 0.000.180.87   0.19
XYZ39.839441.57696.9623
Yxy41.57690.45080.4704
Hunter Lab64.4802-2.553138.7342
CIE-Lab70.57821.010269.2966

#cea91b color RGB value is (206,169,27).

#cea91b hex color red value is 206, green value is 169 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cea91b hue: 0.13 , saturation: 0.77 and the lightness value of cea91b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00011011
Octal 316 251 33
Decimal 206 169 27
Hex CE A9 1B

RGB Percentages of Color #cea91b

%51.24
%42.04
%6.72

CMYK Percentages of Color #cea91b

%0
%18
%87
%19

Triadic Colors of #cea91b

#cea91b #1bcea9 #a91bce

Analogous Colors of #cea91b

#cea91b #9ace1b #ce501b

Monochromatic Colors of #cea91b

#cea91b

Complementary Color

#cea91b #1b40ce

#cea91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea91b Color CSS Codes

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

#cea91b Text Font Color

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

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


#cea91b Background Color

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

This div background color is #cea91b


#cea91b Border Color

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

This div border color is #cea91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea91b


Comments

No comments written yet.

Please login to write comment.