Color Hex Logo

#ceafca Color Hex

#CEAFCA
(206,175,202)
0 Favorites   0 Comments

Color spaces of #ceafca

RGB 206175202
HSL0.850.240.75
HSV308°15°81°
CMYK 0.000.150.02   0.19
XYZ51.444248.046062.4395
Yxy48.04600.31770.2967
Hunter Lab69.315211.1770-4.8881
CIE-Lab74.853915.8648-9.5165

#ceafca color RGB value is (206,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 11001010
Octal 316 257 312
Decimal 206 175 202
Hex CE AF CA

RGB Percentages of Color #ceafca

%35.33
%30.02
%34.65

CMYK Percentages of Color #ceafca

%0
%15
%2
%19

Triadic Colors of #ceafca

#ceafca #caceaf #afcace

Analogous Colors of #ceafca

#ceafca #ceafbb #c3afce

Monochromatic Colors of #ceafca

#ceafca

Complementary Color

#ceafca #afceb3

#ceafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceafca Color CSS Codes

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

#ceafca Text Font Color

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

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


#ceafca Background Color

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

This div background color is #ceafca


#ceafca Border Color

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

This div border color is #ceafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceafca


Comments

No comments written yet.

Please login to write comment.