Color Hex Logo

#ceddfd Color Hex

#CEDDFD
(206,221,253)
0 Favorites   0 Comments

Color spaces of #ceddfd

RGB 206221253
HSL0.610.920.90
HSV221°19°99°
CMYK 0.190.130.00   0.01
XYZ69.039771.9266103.1729
Yxy71.92660.28280.2946
Hunter Lab84.8096-3.1078-12.7611
CIE-Lab87.93321.4709-17.2456

#ceddfd color RGB value is (206,221,253).

#ceddfd hex color red value is 206, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ceddfd hue: 0.61 , saturation: 0.92 and the lightness value of ceddfd is 0.90.

The process color (four color CMYK) of #ceddfd color hex is 0.19, 0.13, 0.00, 0.01. Web safe color of #ceddfd is #ccccff. Color #ceddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 11111101
Octal 316 335 375
Decimal 206 221 253
Hex CE DD FD

RGB Percentages of Color #ceddfd

%30.29
%32.50
%37.21

CMYK Percentages of Color #ceddfd

%19
%13
%0
%1

Triadic Colors of #ceddfd

#ceddfd #fdcedd #ddfdce

Analogous Colors of #ceddfd

#ceddfd #d7cefd #cef5fd

Monochromatic Colors of #ceddfd

#ceddfd

Complementary Color

#ceddfd #fdeece

#ceddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddfd Color CSS Codes

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

#ceddfd Text Font Color

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

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


#ceddfd Background Color

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

This div background color is #ceddfd


#ceddfd Border Color

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

This div border color is #ceddfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,221,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 #ceddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddfd


Comments

No comments written yet.

Please login to write comment.