Color Hex Logo

#cfe4fa Color Hex

#CFE4FA
(207,228,250)
0 Favorites   0 Comments

Color spaces of #cfe4fa

RGB 207228250
HSL0.590.810.90
HSV211°17°98°
CMYK 0.170.090.00   0.02
XYZ70.730875.6543101.3173
Yxy75.65430.28550.3054
Hunter Lab86.9795-7.0598-8.1778
CIE-Lab89.6986-2.4981-13.0171

#cfe4fa color RGB value is (207,228,250).

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

The process color (four color CMYK) of #cfe4fa color hex is 0.17, 0.09, 0.00, 0.02. Web safe color of #cfe4fa is #ccccff. Color #cfe4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 11111010
Octal 317 344 372
Decimal 207 228 250
Hex CF E4 FA

RGB Percentages of Color #cfe4fa

%30.22
%33.28
%36.50

CMYK Percentages of Color #cfe4fa

%17
%9
%0
%2

Triadic Colors of #cfe4fa

#cfe4fa #facfe4 #e4facf

Analogous Colors of #cfe4fa

#cfe4fa #d0cffa #cffafa

Monochromatic Colors of #cfe4fa

#cfe4fa

Complementary Color

#cfe4fa #fae5cf

#cfe4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe4fa Color CSS Codes

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

#cfe4fa Text Font Color

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

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


#cfe4fa Background Color

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

This div background color is #cfe4fa


#cfe4fa Border Color

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

This div border color is #cfe4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe4fa


Comments

No comments written yet.

Please login to write comment.