Color Hex Logo

#ceab22 Color Hex

#CEAB22
(206,171,34)
0 Favorites   0 Comments

Color spaces of #ceab22

RGB 20617134
HSL0.130.720.47
HSV48°83°81°
CMYK 0.000.170.83   0.19
XYZ40.305242.36317.5660
Yxy42.36310.44670.4695
Hunter Lab65.0869-3.365738.6687
CIE-Lab71.12050.125467.9838

#ceab22 color RGB value is (206,171,34).

#ceab22 hex color red value is 206, green value is 171 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ceab22 hue: 0.13 , saturation: 0.72 and the lightness value of ceab22 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 00100010
Octal 316 253 42
Decimal 206 171 34
Hex CE AB 22

RGB Percentages of Color #ceab22

%50.12
%41.61
%8.27

CMYK Percentages of Color #ceab22

%0
%17
%83
%19

Triadic Colors of #ceab22

#ceab22 #22ceab #ab22ce

Analogous Colors of #ceab22

#ceab22 #9bce22 #ce5522

Monochromatic Colors of #ceab22

#ceab22

Complementary Color

#ceab22 #2245ce

#ceab22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab22 Color CSS Codes

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

#ceab22 Text Font Color

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

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


#ceab22 Background Color

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

This div background color is #ceab22


#ceab22 Border Color

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

This div border color is #ceab22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab22


Comments

No comments written yet.

Please login to write comment.