Color Hex Logo

#ceb11d Color Hex

#CEB11D
(206,177,29)
0 Favorites   0 Comments

Color spaces of #ceb11d

RGB 20617729
HSL0.140.750.46
HSV50°86°81°
CMYK 0.000.140.86   0.19
XYZ41.397544.65487.5998
Yxy44.65480.44200.4768
Hunter Lab66.8242-6.362040.0340
CIE-Lab72.6640-3.164370.5227

#ceb11d color RGB value is (206,177,29).

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

The process color (four color CMYK) of #ceb11d color hex is 0.00, 0.14, 0.86, 0.19. Web safe color of #ceb11d is #cc9933. Color #ceb11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00011101
Octal 316 261 35
Decimal 206 177 29
Hex CE B1 1D

RGB Percentages of Color #ceb11d

%50.00
%42.96
%7.04

CMYK Percentages of Color #ceb11d

%0
%14
%86
%19

Triadic Colors of #ceb11d

#ceb11d #1dceb1 #b11dce

Analogous Colors of #ceb11d

#ceb11d #93ce1d #ce591d

Monochromatic Colors of #ceb11d

#ceb11d

Complementary Color

#ceb11d #1d3ace

#ceb11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb11d Color CSS Codes

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

#ceb11d Text Font Color

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

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


#ceb11d Background Color

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

This div background color is #ceb11d


#ceb11d Border Color

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

This div border color is #ceb11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb11d


Comments

No comments written yet.

Please login to write comment.