Color Hex Logo

#cea52b Color Hex

#CEA52B
(206,165,43)
0 Favorites   0 Comments

Color spaces of #cea52b

RGB 20616543
HSL0.120.650.49
HSV45°79°81°
CMYK 0.000.200.79   0.19
XYZ39.344840.20657.9724
Yxy40.20650.44950.4594
Hunter Lab63.4086-0.206436.9315
CIE-Lab69.61643.601363.9438

#cea52b color RGB value is (206,165,43).

#cea52b hex color red value is 206, green value is 165 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cea52b hue: 0.12 , saturation: 0.65 and the lightness value of cea52b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100101 00101011
Octal 316 245 53
Decimal 206 165 43
Hex CE A5 2B

RGB Percentages of Color #cea52b

%49.76
%39.86
%10.39

CMYK Percentages of Color #cea52b

%0
%20
%79
%19

Triadic Colors of #cea52b

#cea52b #2bcea5 #a52bce

Analogous Colors of #cea52b

#cea52b #a6ce2b #ce542b

Monochromatic Colors of #cea52b

#cea52b

Complementary Color

#cea52b #2b54ce

#cea52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea52b Color CSS Codes

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

#cea52b Text Font Color

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

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


#cea52b Background Color

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

This div background color is #cea52b


#cea52b Border Color

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

This div border color is #cea52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea52b


Comments

No comments written yet.

Please login to write comment.