Color Hex Logo

#cebb6d Color Hex

#CEBB6D
(206,187,109)
0 Favorites   0 Comments

Color spaces of #cebb6d

RGB 206187109
HSL0.130.500.62
HSV48°47°81°
CMYK 0.000.090.47   0.19
XYZ45.984249.766621.6503
Yxy49.76660.39170.4239
Hunter Lab70.5454-7.101531.1858
CIE-Lab75.9258-3.713341.7586

#cebb6d color RGB value is (206,187,109).

#cebb6d hex color red value is 206, green value is 187 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cebb6d hue: 0.13 , saturation: 0.50 and the lightness value of cebb6d is 0.62.

The process color (four color CMYK) of #cebb6d color hex is 0.00, 0.09, 0.47, 0.19. Web safe color of #cebb6d is #cccc66. Color #cebb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 01101101
Octal 316 273 155
Decimal 206 187 109
Hex CE BB 6D

RGB Percentages of Color #cebb6d

%41.04
%37.25
%21.71

CMYK Percentages of Color #cebb6d

%0
%9
%47
%19

Triadic Colors of #cebb6d

#cebb6d #6dcebb #bb6dce

Analogous Colors of #cebb6d

#cebb6d #b1ce6d #ce8b6d

Monochromatic Colors of #cebb6d

#cebb6d

Complementary Color

#cebb6d #6d80ce

#cebb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebb6d Color CSS Codes

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

#cebb6d Text Font Color

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

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


#cebb6d Background Color

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

This div background color is #cebb6d


#cebb6d Border Color

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

This div border color is #cebb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebb6d


Comments

No comments written yet.

Please login to write comment.