Color Hex Logo

#ceab54 Color Hex

#CEAB54
(206,171,84)
0 Favorites   0 Comments

Color spaces of #ceab54

RGB 20617184
HSL0.120.550.57
HSV43°59°81°
CMYK 0.000.170.59   0.19
XYZ41.616742.887714.4722
Yxy42.88770.42050.4333
Hunter Lab65.4887-1.172232.7397
CIE-Lab71.47872.612648.7577

#ceab54 color RGB value is (206,171,84).

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

The process color (four color CMYK) of #ceab54 color hex is 0.00, 0.17, 0.59, 0.19. Web safe color of #ceab54 is #cc9966. Color #ceab54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 01010100
Octal 316 253 124
Decimal 206 171 84
Hex CE AB 54

RGB Percentages of Color #ceab54

%44.69
%37.09
%18.22

CMYK Percentages of Color #ceab54

%0
%17
%59
%19

Triadic Colors of #ceab54

#ceab54 #54ceab #ab54ce

Analogous Colors of #ceab54

#ceab54 #b4ce54 #ce6e54

Monochromatic Colors of #ceab54

#ceab54

Complementary Color

#ceab54 #5477ce

#ceab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab54 Color CSS Codes

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

#ceab54 Text Font Color

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

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


#ceab54 Background Color

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

This div background color is #ceab54


#ceab54 Border Color

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

This div border color is #ceab54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab54


Comments

No comments written yet.

Please login to write comment.