Color Hex Logo

#cea148 Color Hex

#CEA148
(206,161,72)
0 Favorites   0 Comments

Color spaces of #cea148

RGB 20616172
HSL0.110.580.55
HSV40°65°81°
CMYK 0.000.220.65   0.19
XYZ39.368239.079411.5990
Yxy39.07940.43720.4340
Hunter Lab62.51353.012632.7586
CIE-Lab68.80877.156251.4128

#cea148 color RGB value is (206,161,72).

#cea148 hex color red value is 206, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cea148 hue: 0.11 , saturation: 0.58 and the lightness value of cea148 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01001000
Octal 316 241 110
Decimal 206 161 72
Hex CE A1 48

RGB Percentages of Color #cea148

%46.92
%36.67
%16.40

CMYK Percentages of Color #cea148

%0
%22
%65
%19

Triadic Colors of #cea148

#cea148 #48cea1 #a148ce

Analogous Colors of #cea148

#cea148 #b8ce48 #ce5e48

Monochromatic Colors of #cea148

#cea148

Complementary Color

#cea148 #4875ce

#cea148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea148 Color CSS Codes

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

#cea148 Text Font Color

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

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


#cea148 Background Color

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

This div background color is #cea148


#cea148 Border Color

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

This div border color is #cea148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea148


Comments

No comments written yet.

Please login to write comment.