Color Hex Logo

#cebc1e Color Hex

#CEBC1E
(206,188,30)
0 Favorites   0 Comments

Color spaces of #cebc1e

RGB 20618830
HSL0.150.750.46
HSV54°85°81°
CMYK 0.000.090.85   0.19
XYZ43.671249.18208.4197
Yxy49.18200.43120.4856
Hunter Lab70.1299-11.572041.9726
CIE-Lab75.5644-8.850572.6626

#cebc1e color RGB value is (206,188,30).

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

The process color (four color CMYK) of #cebc1e color hex is 0.00, 0.09, 0.85, 0.19. Web safe color of #cebc1e is #cccc33. Color #cebc1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 00011110
Octal 316 274 36
Decimal 206 188 30
Hex CE BC 1E

RGB Percentages of Color #cebc1e

%48.58
%44.34
%7.08

CMYK Percentages of Color #cebc1e

%0
%9
%85
%19

Triadic Colors of #cebc1e

#cebc1e #1ecebc #bc1ece

Analogous Colors of #cebc1e

#cebc1e #88ce1e #ce641e

Monochromatic Colors of #cebc1e

#cebc1e

Complementary Color

#cebc1e #1e30ce

#cebc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc1e Color CSS Codes

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

#cebc1e Text Font Color

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

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


#cebc1e Background Color

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

This div background color is #cebc1e


#cebc1e Border Color

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

This div border color is #cebc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc1e


Comments

No comments written yet.

Please login to write comment.