Color Hex Logo

#ceb880 Color Hex

#CEB880
(206,184,128)
0 Favorites   0 Comments

Color spaces of #ceb880

RGB 206184128
HSL0.120.440.65
HSV43°38°81°
CMYK 0.000.110.38   0.19
XYZ46.490448.961327.4222
Yxy48.96130.37840.3985
Hunter Lab69.9724-3.854325.7449
CIE-Lab75.4272-0.129531.3310

#ceb880 color RGB value is (206,184,128).

#ceb880 hex color red value is 206, green value is 184 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ceb880 hue: 0.12 , saturation: 0.44 and the lightness value of ceb880 is 0.65.

The process color (four color CMYK) of #ceb880 color hex is 0.00, 0.11, 0.38, 0.19. Web safe color of #ceb880 is #cccc99. Color #ceb880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 10000000
Octal 316 270 200
Decimal 206 184 128
Hex CE B8 80

RGB Percentages of Color #ceb880

%39.77
%35.52
%24.71

CMYK Percentages of Color #ceb880

%0
%11
%38
%19

Triadic Colors of #ceb880

#ceb880 #80ceb8 #b880ce

Analogous Colors of #ceb880

#ceb880 #bdce80 #ce9180

Monochromatic Colors of #ceb880

#ceb880

Complementary Color

#ceb880 #8096ce

#ceb880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb880 Color CSS Codes

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

#ceb880 Text Font Color

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

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


#ceb880 Background Color

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

This div background color is #ceb880


#ceb880 Border Color

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

This div border color is #ceb880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb880


Comments

No comments written yet.

Please login to write comment.