Color Hex Logo

#ceb310 Color Hex

#CEB310
(206,179,16)
0 Favorites   0 Comments

Color spaces of #ceb310

RGB 20617916
HSL0.140.860.44
HSV51°92°81°
CMYK 0.000.130.92   0.19
XYZ41.667245.39947.0571
Yxy45.39940.44270.4823
Hunter Lab67.3791-7.529040.9555
CIE-Lab73.1541-4.455573.3764

#ceb310 color RGB value is (206,179,16).

#ceb310 hex color red value is 206, green value is 179 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ceb310 hue: 0.14 , saturation: 0.86 and the lightness value of ceb310 is 0.44.

The process color (four color CMYK) of #ceb310 color hex is 0.00, 0.13, 0.92, 0.19. Web safe color of #ceb310 is #cccc00. Color #ceb310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00010000
Octal 316 263 20
Decimal 206 179 16
Hex CE B3 10

RGB Percentages of Color #ceb310

%51.37
%44.64
%3.99

CMYK Percentages of Color #ceb310

%0
%13
%92
%19

Triadic Colors of #ceb310

#ceb310 #10ceb3 #b310ce

Analogous Colors of #ceb310

#ceb310 #8ace10 #ce5410

Monochromatic Colors of #ceb310

#ceb310

Complementary Color

#ceb310 #102bce

#ceb310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb310 Color CSS Codes

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

#ceb310 Text Font Color

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

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


#ceb310 Background Color

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

This div background color is #ceb310


#ceb310 Border Color

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

This div border color is #ceb310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb310


Comments

No comments written yet.

Please login to write comment.