Color Hex Logo

#cea934 Color Hex

#CEA934
(206,169,52)
0 Favorites   0 Comments

Color spaces of #cea934

RGB 20616952
HSL0.130.610.51
HSV46°75°81°
CMYK 0.000.180.75   0.19
XYZ40.261441.74579.1845
Yxy41.74570.44150.4578
Hunter Lab64.6109-1.839336.7995
CIE-Lab70.69521.822561.7620

#cea934 color RGB value is (206,169,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00110100
Octal 316 251 64
Decimal 206 169 52
Hex CE A9 34

RGB Percentages of Color #cea934

%48.24
%39.58
%12.18

CMYK Percentages of Color #cea934

%0
%18
%75
%19

Triadic Colors of #cea934

#cea934 #34cea9 #a934ce

Analogous Colors of #cea934

#cea934 #a6ce34 #ce5c34

Monochromatic Colors of #cea934

#cea934

Complementary Color

#cea934 #3459ce

#cea934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea934 Color CSS Codes

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

#cea934 Text Font Color

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

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


#cea934 Background Color

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

This div background color is #cea934


#cea934 Border Color

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

This div border color is #cea934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea934


Comments

No comments written yet.

Please login to write comment.