Color Hex Logo

#cea51b Color Hex

#CEA51B
(206,165,27)
0 Favorites   0 Comments

Color spaces of #cea51b

RGB 20616527
HSL0.130.770.46
HSV46°87°81°
CMYK 0.000.200.87   0.19
XYZ39.106640.11126.7180
Yxy40.11120.45510.4668
Hunter Lab63.3334-0.614738.0443
CIE-Lab69.54873.139568.4681

#cea51b color RGB value is (206,165,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 00011011
Octal 316 245 33
Decimal 206 165 27
Hex CE A5 1B

RGB Percentages of Color #cea51b

%51.76
%41.46
%6.78

CMYK Percentages of Color #cea51b

%0
%20
%87
%19

Triadic Colors of #cea51b

#cea51b #1bcea5 #a51bce

Analogous Colors of #cea51b

#cea51b #9ece1b #ce4c1b

Monochromatic Colors of #cea51b

#cea51b

Complementary Color

#cea51b #1b44ce

#cea51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea51b Color CSS Codes

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

#cea51b Text Font Color

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

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


#cea51b Background Color

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

This div background color is #cea51b


#cea51b Border Color

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

This div border color is #cea51b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,165,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 #cea51b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea51b


Comments

No comments written yet.

Please login to write comment.