Color Hex Logo

#ceb90d Color Hex

#CEB90D
(206,185,13)
0 Favorites   0 Comments

Color spaces of #ceb90d

RGB 20618513
HSL0.150.880.43
HSV53°94°81°
CMYK 0.000.100.94   0.19
XYZ42.875247.84887.3567
Yxy47.84880.43710.4879
Hunter Lab69.1728-10.413342.1153
CIE-Lab74.7295-7.610174.9714

#ceb90d color RGB value is (206,185,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00001101
Octal 316 271 15
Decimal 206 185 13
Hex CE B9 D

RGB Percentages of Color #ceb90d

%50.99
%45.79
%3.22

CMYK Percentages of Color #ceb90d

%0
%10
%94
%19

Triadic Colors of #ceb90d

#ceb90d #0dceb9 #b90dce

Analogous Colors of #ceb90d

#ceb90d #83ce0d #ce580d

Monochromatic Colors of #ceb90d

#ceb90d

Complementary Color

#ceb90d #0d22ce

#ceb90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb90d Color CSS Codes

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

#ceb90d Text Font Color

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

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


#ceb90d Background Color

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

This div background color is #ceb90d


#ceb90d Border Color

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

This div border color is #ceb90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb90d


Comments

No comments written yet.

Please login to write comment.