Color Hex Logo

#ceb905 Color Hex

#CEB905
(206,185,5)
0 Favorites   0 Comments

Color spaces of #ceb905

RGB 2061855
HSL0.150.950.41
HSV54°98°81°
CMYK 0.000.100.98   0.19
XYZ42.830047.83077.1184
Yxy47.83070.43800.4892
Hunter Lab69.1597-10.486142.3093
CIE-Lab74.7180-7.695675.8409

#ceb905 color RGB value is (206,185,5).

#ceb905 hex color red value is 206, green value is 185 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ceb905 hue: 0.15 , saturation: 0.95 and the lightness value of ceb905 is 0.41.

The process color (four color CMYK) of #ceb905 color hex is 0.00, 0.10, 0.98, 0.19. Web safe color of #ceb905 is #cccc00. Color #ceb905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00000101
Octal 316 271 5
Decimal 206 185 5
Hex CE B9 5

RGB Percentages of Color #ceb905

%52.02
%46.72
%1.26

CMYK Percentages of Color #ceb905

%0
%10
%98
%19

Triadic Colors of #ceb905

#ceb905 #05ceb9 #b905ce

Analogous Colors of #ceb905

#ceb905 #7fce05 #ce5505

Monochromatic Colors of #ceb905

#ceb905

Complementary Color

#ceb905 #051ace

#ceb905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb905 Color CSS Codes

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

#ceb905 Text Font Color

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

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


#ceb905 Background Color

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

This div background color is #ceb905


#ceb905 Border Color

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

This div border color is #ceb905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb905


Comments

No comments written yet.

Please login to write comment.