Color Hex Logo

#cea948 Color Hex

#CEA948
(206,169,72)
0 Favorites   0 Comments

Color spaces of #cea948

RGB 20616972
HSL0.120.580.55
HSV43°65°81°
CMYK 0.000.180.65   0.19
XYZ40.811341.965612.0801
Yxy41.96560.43020.4424
Hunter Lab64.7809-0.913334.2904
CIE-Lab70.84722.869353.6343

#cea948 color RGB value is (206,169,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01001000
Octal 316 251 110
Decimal 206 169 72
Hex CE A9 48

RGB Percentages of Color #cea948

%46.09
%37.81
%16.11

CMYK Percentages of Color #cea948

%0
%18
%65
%19

Triadic Colors of #cea948

#cea948 #48cea9 #a948ce

Analogous Colors of #cea948

#cea948 #b0ce48 #ce6648

Monochromatic Colors of #cea948

#cea948

Complementary Color

#cea948 #486dce

#cea948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea948 Color CSS Codes

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

#cea948 Text Font Color

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

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


#cea948 Background Color

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

This div background color is #cea948


#cea948 Border Color

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

This div border color is #cea948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea948


Comments

No comments written yet.

Please login to write comment.