Color Hex Logo

#ceb91d Color Hex

#CEB91D
(206,185,29)
0 Favorites   0 Comments

Color spaces of #ceb91d

RGB 20618529
HSL0.150.750.46
HSV53°86°81°
CMYK 0.000.100.86   0.19
XYZ43.024347.90848.1420
Yxy47.90840.43430.4836
Hunter Lab69.2159-10.173041.4767
CIE-Lab74.7671-7.328472.2352

#ceb91d color RGB value is (206,185,29).

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

The process color (four color CMYK) of #ceb91d color hex is 0.00, 0.10, 0.86, 0.19. Web safe color of #ceb91d is #cccc33. Color #ceb91d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00011101
Octal 316 271 35
Decimal 206 185 29
Hex CE B9 1D

RGB Percentages of Color #ceb91d

%49.05
%44.05
%6.90

CMYK Percentages of Color #ceb91d

%0
%10
%86
%19

Triadic Colors of #ceb91d

#ceb91d #1dceb9 #b91dce

Analogous Colors of #ceb91d

#ceb91d #8bce1d #ce611d

Monochromatic Colors of #ceb91d

#ceb91d

Complementary Color

#ceb91d #1d32ce

#ceb91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb91d Color CSS Codes

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

#ceb91d Text Font Color

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

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


#ceb91d Background Color

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

This div background color is #ceb91d


#ceb91d Border Color

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

This div border color is #ceb91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb91d


Comments

No comments written yet.

Please login to write comment.