Color Hex Logo

#cebd3b Color Hex

#CEBD3B
(206,189,59)
0 Favorites   0 Comments

Color spaces of #cebd3b

RGB 20618959
HSL0.150.600.52
HSV53°71°81°
CMYK 0.000.080.71   0.19
XYZ44.440649.832811.4141
Yxy49.83280.42050.4715
Hunter Lab70.5924-11.164039.8280
CIE-Lab75.9665-8.331164.2603

#cebd3b color RGB value is (206,189,59).

#cebd3b hex color red value is 206, green value is 189 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cebd3b hue: 0.15 , saturation: 0.60 and the lightness value of cebd3b is 0.52.

The process color (four color CMYK) of #cebd3b color hex is 0.00, 0.08, 0.71, 0.19. Web safe color of #cebd3b is #cccc33. Color #cebd3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 00111011
Octal 316 275 73
Decimal 206 189 59
Hex CE BD 3B

RGB Percentages of Color #cebd3b

%45.37
%41.63
%13.00

CMYK Percentages of Color #cebd3b

%0
%8
%71
%19

Triadic Colors of #cebd3b

#cebd3b #3bcebd #bd3bce

Analogous Colors of #cebd3b

#cebd3b #96ce3b #ce743b

Monochromatic Colors of #cebd3b

#cebd3b

Complementary Color

#cebd3b #3b4cce

#cebd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebd3b Color CSS Codes

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

#cebd3b Text Font Color

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

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


#cebd3b Background Color

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

This div background color is #cebd3b


#cebd3b Border Color

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

This div border color is #cebd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebd3b


Comments

No comments written yet.

Please login to write comment.