Color Hex Logo

#cfe5fd Color Hex

#CFE5FD
(207,229,253)
2 Favorites   0 Comments

Color spaces of #cfe5fd

RGB 207229253
HSL0.590.920.90
HSV211°18°99°
CMYK 0.180.090.00   0.01
XYZ71.481176.3959103.9069
Yxy76.39590.28390.3034
Hunter Lab87.4047-6.9780-9.3007
CIE-Lab90.0428-2.3854-14.0731

#cfe5fd color RGB value is (207,229,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 11111101
Octal 317 345 375
Decimal 207 229 253
Hex CF E5 FD

RGB Percentages of Color #cfe5fd

%30.04
%33.24
%36.72

CMYK Percentages of Color #cfe5fd

%18
%9
%0
%1

Triadic Colors of #cfe5fd

#cfe5fd #fdcfe5 #e5fdcf

Analogous Colors of #cfe5fd

#cfe5fd #d0cffd #cffcfd

Monochromatic Colors of #cfe5fd

#cfe5fd

Complementary Color

#cfe5fd #fde7cf

#cfe5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe5fd Color CSS Codes

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

#cfe5fd Text Font Color

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

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


#cfe5fd Background Color

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

This div background color is #cfe5fd


#cfe5fd Border Color

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

This div border color is #cfe5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe5fd

#cfe5fd Color Palettes


Comments

No comments written yet.

Please login to write comment.