Color Hex Logo

#cea33f Color Hex

#CEA33F
(206,163,63)
0 Favorites   0 Comments

Color spaces of #cea33f

RGB 20616363
HSL0.120.590.53
HSV42°69°81°
CMYK 0.000.210.69   0.19
XYZ39.448039.675110.2815
Yxy39.67510.44120.4438
Hunter Lab62.98821.561034.4139
CIE-Lab69.23755.559855.8870

#cea33f color RGB value is (206,163,63).

#cea33f hex color red value is 206, green value is 163 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cea33f hue: 0.12 , saturation: 0.59 and the lightness value of cea33f is 0.53.

The process color (four color CMYK) of #cea33f color hex is 0.00, 0.21, 0.69, 0.19. Web safe color of #cea33f is #cc9933. Color #cea33f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00111111
Octal 316 243 77
Decimal 206 163 63
Hex CE A3 3F

RGB Percentages of Color #cea33f

%47.69
%37.73
%14.58

CMYK Percentages of Color #cea33f

%0
%21
%69
%19

Triadic Colors of #cea33f

#cea33f #3fcea3 #a33fce

Analogous Colors of #cea33f

#cea33f #b2ce3f #ce5c3f

Monochromatic Colors of #cea33f

#cea33f

Complementary Color

#cea33f #3f6ace

#cea33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea33f Color CSS Codes

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

#cea33f Text Font Color

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

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


#cea33f Background Color

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

This div background color is #cea33f


#cea33f Border Color

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

This div border color is #cea33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea33f


Comments

No comments written yet.

Please login to write comment.