Color Hex Logo

#ceab30 Color Hex

#CEAB30
(206,171,48)
0 Favorites   0 Comments

Color spaces of #ceab30

RGB 20617148
HSL0.130.620.50
HSV47°77°81°
CMYK 0.000.170.77   0.19
XYZ40.550042.46108.8549
Yxy42.46100.44140.4622
Hunter Lab65.1621-2.954237.5565
CIE-Lab71.18760.595363.6729

#ceab30 color RGB value is (206,171,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 00110000
Octal 316 253 60
Decimal 206 171 48
Hex CE AB 30

RGB Percentages of Color #ceab30

%48.47
%40.24
%11.29

CMYK Percentages of Color #ceab30

%0
%17
%77
%19

Triadic Colors of #ceab30

#ceab30 #30ceab #ab30ce

Analogous Colors of #ceab30

#ceab30 #a2ce30 #ce5c30

Monochromatic Colors of #ceab30

#ceab30

Complementary Color

#ceab30 #3053ce

#ceab30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab30 Color CSS Codes

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

#ceab30 Text Font Color

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

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


#ceab30 Background Color

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

This div background color is #ceab30


#ceab30 Border Color

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

This div border color is #ceab30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab30


Comments

No comments written yet.

Please login to write comment.