Color Hex Logo

#cfe6fd Color Hex

#CFE6FD
(207,230,253)
0 Favorites   0 Comments

Color spaces of #cfe6fd

RGB 207230253
HSL0.580.920.90
HSV210°18°99°
CMYK 0.180.090.00   0.01
XYZ71.758676.9509103.9994
Yxy76.95090.28400.3045
Hunter Lab87.7217-7.4953-8.8868
CIE-Lab90.2990-2.9020-13.6899

#cfe6fd color RGB value is (207,230,253).

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

The process color (four color CMYK) of #cfe6fd color hex is 0.18, 0.09, 0.00, 0.01. Web safe color of #cfe6fd is #ccffff. Color #cfe6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11111101
Octal 317 346 375
Decimal 207 230 253
Hex CF E6 FD

RGB Percentages of Color #cfe6fd

%30.00
%33.33
%36.67

CMYK Percentages of Color #cfe6fd

%18
%9
%0
%1

Triadic Colors of #cfe6fd

#cfe6fd #fdcfe6 #e6fdcf

Analogous Colors of #cfe6fd

#cfe6fd #cfcffd #cffdfd

Monochromatic Colors of #cfe6fd

#cfe6fd

Complementary Color

#cfe6fd #fde6cf

#cfe6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6fd Color CSS Codes

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

#cfe6fd Text Font Color

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

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


#cfe6fd Background Color

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

This div background color is #cfe6fd


#cfe6fd Border Color

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

This div border color is #cfe6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe6fd


Comments

No comments written yet.

Please login to write comment.