Color Hex Logo

#ceb70e Color Hex

#CEB70E
(206,183,14)
0 Favorites   0 Comments

Color spaces of #ceb70e

RGB 20618314
HSL0.150.870.43
HSV53°93°81°
CMYK 0.000.110.93   0.19
XYZ42.466447.02057.2531
Yxy47.02050.43900.4861
Hunter Lab68.5715-9.454941.7287
CIE-Lab74.2029-6.563074.4477

#ceb70e color RGB value is (206,183,14).

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

The process color (four color CMYK) of #ceb70e color hex is 0.00, 0.11, 0.93, 0.19. Web safe color of #ceb70e is #cccc00. Color #ceb70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 00001110
Octal 316 267 16
Decimal 206 183 14
Hex CE B7 E

RGB Percentages of Color #ceb70e

%51.12
%45.41
%3.47

CMYK Percentages of Color #ceb70e

%0
%11
%93
%19

Triadic Colors of #ceb70e

#ceb70e #0eceb7 #b70ece

Analogous Colors of #ceb70e

#ceb70e #85ce0e #ce570e

Monochromatic Colors of #ceb70e

#ceb70e

Complementary Color

#ceb70e #0e25ce

#ceb70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb70e Color CSS Codes

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

#ceb70e Text Font Color

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

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


#ceb70e Background Color

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

This div background color is #ceb70e


#ceb70e Border Color

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

This div border color is #ceb70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb70e


Comments

No comments written yet.

Please login to write comment.