Color Hex Logo

#ceafc0 Color Hex

#CEAFC0
(206,175,192)
0 Favorites   0 Comments

Color spaces of #ceafc0

RGB 206175192
HSL0.910.240.75
HSV327°15°81°
CMYK 0.000.150.07   0.19
XYZ50.298047.587556.4035
Yxy47.58750.32600.3084
Hunter Lab68.98379.4280-0.1890
CIE-Lab74.564014.0655-4.4797

#ceafc0 color RGB value is (206,175,192).

#ceafc0 hex color red value is 206, green value is 175 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ceafc0 hue: 0.91 , saturation: 0.24 and the lightness value of ceafc0 is 0.75.

The process color (four color CMYK) of #ceafc0 color hex is 0.00, 0.15, 0.07, 0.19. Web safe color of #ceafc0 is #cc99cc. Color #ceafc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11000000
Octal 316 257 300
Decimal 206 175 192
Hex CE AF C0

RGB Percentages of Color #ceafc0

%35.95
%30.54
%33.51

CMYK Percentages of Color #ceafc0

%0
%15
%7
%19

Triadic Colors of #ceafc0

#ceafc0 #c0ceaf #afc0ce

Analogous Colors of #ceafc0

#ceafc0 #ceafb1 #cdafce

Monochromatic Colors of #ceafc0

#ceafc0

Complementary Color

#ceafc0 #afcebd

#ceafc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafc0 Color CSS Codes

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

#ceafc0 Text Font Color

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

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


#ceafc0 Background Color

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

This div background color is #ceafc0


#ceafc0 Border Color

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

This div border color is #ceafc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafc0


Comments

No comments written yet.

Please login to write comment.