Color Hex Logo

#cea450 Color Hex

#CEA450
(206,164,80)
0 Favorites   0 Comments

Color spaces of #cea450

RGB 20616480
HSL0.110.560.56
HSV40°61°81°
CMYK 0.000.200.61   0.19
XYZ40.177040.251913.2413
Yxy40.25190.42890.4297
Hunter Lab63.44442.009832.0368
CIE-Lab69.64866.071448.5822

#cea450 color RGB value is (206,164,80).

#cea450 hex color red value is 206, green value is 164 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cea450 hue: 0.11 , saturation: 0.56 and the lightness value of cea450 is 0.56.

The process color (four color CMYK) of #cea450 color hex is 0.00, 0.20, 0.61, 0.19. Web safe color of #cea450 is #cc9966. Color #cea450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 01010000
Octal 316 244 120
Decimal 206 164 80
Hex CE A4 50

RGB Percentages of Color #cea450

%45.78
%36.44
%17.78

CMYK Percentages of Color #cea450

%0
%20
%61
%19

Triadic Colors of #cea450

#cea450 #50cea4 #a450ce

Analogous Colors of #cea450

#cea450 #b9ce50 #ce6550

Monochromatic Colors of #cea450

#cea450

Complementary Color

#cea450 #507ace

#cea450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea450 Color CSS Codes

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

#cea450 Text Font Color

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

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


#cea450 Background Color

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

This div background color is #cea450


#cea450 Border Color

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

This div border color is #cea450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea450


Comments

No comments written yet.

Please login to write comment.