Color Hex Logo

#cea634 Color Hex

#CEA634
(206,166,52)
0 Favorites   0 Comments

Color spaces of #cea634

RGB 20616652
HSL0.120.610.51
HSV44°75°81°
CMYK 0.000.190.75   0.19
XYZ39.709740.64229.0006
Yxy40.64220.44440.4549
Hunter Lab63.7512-0.379736.2551
CIE-Lab69.92453.421561.0225

#cea634 color RGB value is (206,166,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00110100
Octal 316 246 64
Decimal 206 166 52
Hex CE A6 34

RGB Percentages of Color #cea634

%48.58
%39.15
%12.26

CMYK Percentages of Color #cea634

%0
%19
%75
%19

Triadic Colors of #cea634

#cea634 #34cea6 #a634ce

Analogous Colors of #cea634

#cea634 #a9ce34 #ce5934

Monochromatic Colors of #cea634

#cea634

Complementary Color

#cea634 #345cce

#cea634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea634 Color CSS Codes

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

#cea634 Text Font Color

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

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


#cea634 Background Color

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

This div background color is #cea634


#cea634 Border Color

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

This div border color is #cea634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea634


Comments

No comments written yet.

Please login to write comment.