Color Hex Logo

#ceaf88 Color Hex

#CEAF88
(206,175,136)
0 Favorites   0 Comments

Color spaces of #ceaf88

RGB 206175136
HSL0.090.420.67
HSV33°34°81°
CMYK 0.000.150.34   0.19
XYZ45.227545.559329.7026
Yxy45.55930.37540.3781
Hunter Lab67.49761.485021.1575
CIE-Lab73.25875.617924.1838

#ceaf88 color RGB value is (206,175,136).

#ceaf88 hex color red value is 206, green value is 175 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ceaf88 hue: 0.09 , saturation: 0.42 and the lightness value of ceaf88 is 0.67.

The process color (four color CMYK) of #ceaf88 color hex is 0.00, 0.15, 0.34, 0.19. Web safe color of #ceaf88 is #cc9999. Color #ceaf88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10001000
Octal 316 257 210
Decimal 206 175 136
Hex CE AF 88

RGB Percentages of Color #ceaf88

%39.85
%33.85
%26.31

CMYK Percentages of Color #ceaf88

%0
%15
%34
%19

Triadic Colors of #ceaf88

#ceaf88 #88ceaf #af88ce

Analogous Colors of #ceaf88

#ceaf88 #cace88 #ce8c88

Monochromatic Colors of #ceaf88

#ceaf88

Complementary Color

#ceaf88 #88a7ce

#ceaf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf88 Color CSS Codes

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

#ceaf88 Text Font Color

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

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


#ceaf88 Background Color

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

This div background color is #ceaf88


#ceaf88 Border Color

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

This div border color is #ceaf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf88


Comments

No comments written yet.

Please login to write comment.