Color Hex Logo

#ceba0d Color Hex

#CEBA0D
(206,186,13)
0 Favorites   0 Comments

Color spaces of #ceba0d

RGB 20618613
HSL0.150.880.43
HSV54°94°81°
CMYK 0.000.100.94   0.19
XYZ43.085248.26877.4267
Yxy48.26870.43620.4886
Hunter Lab69.4757-10.886042.2951
CIE-Lab74.9941-8.125775.1701

#ceba0d color RGB value is (206,186,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 00001101
Octal 316 272 15
Decimal 206 186 13
Hex CE BA D

RGB Percentages of Color #ceba0d

%50.86
%45.93
%3.21

CMYK Percentages of Color #ceba0d

%0
%10
%94
%19

Triadic Colors of #ceba0d

#ceba0d #0dceba #ba0dce

Analogous Colors of #ceba0d

#ceba0d #82ce0d #ce590d

Monochromatic Colors of #ceba0d

#ceba0d

Complementary Color

#ceba0d #0d21ce

#ceba0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba0d Color CSS Codes

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

#ceba0d Text Font Color

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

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


#ceba0d Background Color

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

This div background color is #ceba0d


#ceba0d Border Color

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

This div border color is #ceba0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,186,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 #ceba0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba0d


Comments

No comments written yet.

Please login to write comment.