Color Hex Logo

#ceb01e Color Hex

#CEB01E
(206,176,30)
0 Favorites   0 Comments

Color spaces of #ceb01e

RGB 20617630
HSL0.140.750.46
HSV50°85°81°
CMYK 0.000.150.85   0.19
XYZ41.213344.26627.6004
Yxy44.26620.44280.4756
Hunter Lab66.5328-5.861939.8000
CIE-Lab72.4061-2.615470.0758

#ceb01e color RGB value is (206,176,30).

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

The process color (four color CMYK) of #ceb01e color hex is 0.00, 0.15, 0.85, 0.19. Web safe color of #ceb01e is #cc9933. Color #ceb01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00011110
Octal 316 260 36
Decimal 206 176 30
Hex CE B0 1E

RGB Percentages of Color #ceb01e

%50.00
%42.72
%7.28

CMYK Percentages of Color #ceb01e

%0
%15
%85
%19

Triadic Colors of #ceb01e

#ceb01e #1eceb0 #b01ece

Analogous Colors of #ceb01e

#ceb01e #94ce1e #ce581e

Monochromatic Colors of #ceb01e

#ceb01e

Complementary Color

#ceb01e #1e3cce

#ceb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb01e Color CSS Codes

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

#ceb01e Text Font Color

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

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


#ceb01e Background Color

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

This div background color is #ceb01e


#ceb01e Border Color

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

This div border color is #ceb01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb01e


Comments

No comments written yet.

Please login to write comment.