Color Hex Logo

#cebfa5 Color Hex

#CEBFA5
(206,191,165)
0 Favorites   0 Comments

Color spaces of #cebfa5

RGB 206191165
HSL0.110.290.73
HSV38°20°81°
CMYK 0.000.070.20   0.19
XYZ50.875953.100043.1652
Yxy53.10000.34580.3609
Hunter Lab72.8697-2.897715.8877
CIE-Lab77.93401.082615.0328

#cebfa5 color RGB value is (206,191,165).

#cebfa5 hex color red value is 206, green value is 191 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cebfa5 hue: 0.11 , saturation: 0.29 and the lightness value of cebfa5 is 0.73.

The process color (four color CMYK) of #cebfa5 color hex is 0.00, 0.07, 0.20, 0.19. Web safe color of #cebfa5 is #cccc99. Color #cebfa5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 10100101
Octal 316 277 245
Decimal 206 191 165
Hex CE BF A5

RGB Percentages of Color #cebfa5

%36.65
%33.99
%29.36

CMYK Percentages of Color #cebfa5

%0
%7
%20
%19

Triadic Colors of #cebfa5

#cebfa5 #a5cebf #bfa5ce

Analogous Colors of #cebfa5

#cebfa5 #c9cea5 #ceaba5

Monochromatic Colors of #cebfa5

#cebfa5

Complementary Color

#cebfa5 #a5b4ce

#cebfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebfa5 Color CSS Codes

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

#cebfa5 Text Font Color

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

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


#cebfa5 Background Color

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

This div background color is #cebfa5


#cebfa5 Border Color

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

This div border color is #cebfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebfa5


Comments

No comments written yet.

Please login to write comment.