Color Hex Logo

#ceadfa Color Hex

#CEADFA
(206,173,250)
0 Favorites   0 Comments

Color spaces of #ceadfa

RGB 206173250
HSL0.740.890.83
HSV266°31°98°
CMYK 0.180.310.00   0.02
XYZ57.652549.911197.0377
Yxy49.91110.28180.2439
Hunter Lab70.647822.0322-31.9838
CIE-Lab76.014726.6347-33.8213

#ceadfa color RGB value is (206,173,250).

#ceadfa hex color red value is 206, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ceadfa hue: 0.74 , saturation: 0.89 and the lightness value of ceadfa is 0.83.

The process color (four color CMYK) of #ceadfa color hex is 0.18, 0.31, 0.00, 0.02. Web safe color of #ceadfa is #cc99ff. Color #ceadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11111010
Octal 316 255 372
Decimal 206 173 250
Hex CE AD FA

RGB Percentages of Color #ceadfa

%32.75
%27.50
%39.75

CMYK Percentages of Color #ceadfa

%18
%31
%0
%2

Triadic Colors of #ceadfa

#ceadfa #facead #adface

Analogous Colors of #ceadfa

#ceadfa #f5adfa #adb3fa

Monochromatic Colors of #ceadfa

#ceadfa

Complementary Color

#ceadfa #d9faad

#ceadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadfa Color CSS Codes

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

#ceadfa Text Font Color

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

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


#ceadfa Background Color

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

This div background color is #ceadfa


#ceadfa Border Color

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

This div border color is #ceadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadfa


Comments

No comments written yet.

Please login to write comment.