Color Hex Logo

#ceadfd Color Hex

#CEADFD
(206,173,253)
0 Favorites   0 Comments

Color spaces of #ceadfd

RGB 206173253
HSL0.740.950.84
HSV265°32°99°
CMYK 0.190.320.00   0.01
XYZ58.126850.100899.5353
Yxy50.10080.27980.2411
Hunter Lab70.781922.7176-33.8277
CIE-Lab76.131127.2904-35.2578

#ceadfd color RGB value is (206,173,253).

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

The process color (four color CMYK) of #ceadfd color hex is 0.19, 0.32, 0.00, 0.01. Web safe color of #ceadfd is #cc99ff. Color #ceadfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11111101
Octal 316 255 375
Decimal 206 173 253
Hex CE AD FD

RGB Percentages of Color #ceadfd

%32.59
%27.37
%40.03

CMYK Percentages of Color #ceadfd

%19
%32
%0
%1

Triadic Colors of #ceadfd

#ceadfd #fdcead #adfdce

Analogous Colors of #ceadfd

#ceadfd #f6adfd #adb4fd

Monochromatic Colors of #ceadfd

#ceadfd

Complementary Color

#ceadfd #dcfdad

#ceadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadfd Color CSS Codes

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

#ceadfd Text Font Color

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

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


#ceadfd Background Color

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

This div background color is #ceadfd


#ceadfd Border Color

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

This div border color is #ceadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadfd


Comments

No comments written yet.

Please login to write comment.