Color Hex Logo

#cfe3fc Color Hex

#CFE3FC
(207,227,252)
0 Favorites   0 Comments

Color spaces of #cfe3fc

RGB 207227252
HSL0.590.880.90
HSV213°18°99°
CMYK 0.180.100.00   0.01
XYZ70.771975.2318102.8866
Yxy75.23180.28430.3023
Hunter Lab86.7363-6.1425-9.6144
CIE-Lab89.5015-1.5606-14.3599

#cfe3fc color RGB value is (207,227,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 11111100
Octal 317 343 374
Decimal 207 227 252
Hex CF E3 FC

RGB Percentages of Color #cfe3fc

%30.17
%33.09
%36.73

CMYK Percentages of Color #cfe3fc

%18
%10
%0
%1

Triadic Colors of #cfe3fc

#cfe3fc #fccfe3 #e3fccf

Analogous Colors of #cfe3fc

#cfe3fc #d2cffc #cffafc

Monochromatic Colors of #cfe3fc

#cfe3fc

Complementary Color

#cfe3fc #fce8cf

#cfe3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe3fc Color CSS Codes

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

#cfe3fc Text Font Color

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

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


#cfe3fc Background Color

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

This div background color is #cfe3fc


#cfe3fc Border Color

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

This div border color is #cfe3fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,227,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe3fc


Comments

No comments written yet.

Please login to write comment.