Color Hex Logo

#cea331 Color Hex

#CEA331
(206,163,49)
0 Favorites   0 Comments

Color spaces of #cea331

RGB 20616349
HSL0.120.620.50
HSV44°76°81°
CMYK 0.000.210.76   0.19
XYZ39.105239.53798.4763
Yxy39.53790.44890.4538
Hunter Lab62.87920.972436.0229
CIE-Lab69.13914.900361.3940

#cea331 color RGB value is (206,163,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00110001
Octal 316 243 61
Decimal 206 163 49
Hex CE A3 31

RGB Percentages of Color #cea331

%49.28
%39.00
%11.72

CMYK Percentages of Color #cea331

%0
%21
%76
%19

Triadic Colors of #cea331

#cea331 #31cea3 #a331ce

Analogous Colors of #cea331

#cea331 #abce31 #ce5531

Monochromatic Colors of #cea331

#cea331

Complementary Color

#cea331 #315cce

#cea331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea331 Color CSS Codes

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

#cea331 Text Font Color

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

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


#cea331 Background Color

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

This div background color is #cea331


#cea331 Border Color

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

This div border color is #cea331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea331


Comments

No comments written yet.

Please login to write comment.