Color Hex Logo

#ceb98a Color Hex

#CEB98A
(206,185,138)
0 Favorites   0 Comments

Color spaces of #ceb98a

RGB 206185138
HSL0.120.410.67
HSV41°33°81°
CMYK 0.000.100.33   0.19
XYZ47.390049.654731.1314
Yxy49.65470.36970.3874
Hunter Lab70.4661-3.270523.1324
CIE-Lab75.85680.543726.6161

#ceb98a color RGB value is (206,185,138).

#ceb98a hex color red value is 206, green value is 185 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ceb98a hue: 0.12 , saturation: 0.41 and the lightness value of ceb98a is 0.67.

The process color (four color CMYK) of #ceb98a color hex is 0.00, 0.10, 0.33, 0.19. Web safe color of #ceb98a is #cccc99. Color #ceb98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 10001010
Octal 316 271 212
Decimal 206 185 138
Hex CE B9 8A

RGB Percentages of Color #ceb98a

%38.94
%34.97
%26.09

CMYK Percentages of Color #ceb98a

%0
%10
%33
%19

Triadic Colors of #ceb98a

#ceb98a #8aceb9 #b98ace

Analogous Colors of #ceb98a

#ceb98a #c1ce8a #ce978a

Monochromatic Colors of #ceb98a

#ceb98a

Complementary Color

#ceb98a #8a9fce

#ceb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb98a Color CSS Codes

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

#ceb98a Text Font Color

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

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


#ceb98a Background Color

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

This div background color is #ceb98a


#ceb98a Border Color

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

This div border color is #ceb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb98a


Comments

No comments written yet.

Please login to write comment.