Color Hex Logo

#cfeefd Color Hex

#CFEEFD
(207,238,253)
0 Favorites   0 Comments

Color spaces of #cfeefd

RGB 207238253
HSL0.550.920.90
HSV200°18°99°
CMYK 0.180.060.00   0.01
XYZ74.036381.5063104.7587
Yxy81.50630.28440.3131
Hunter Lab90.2808-11.6096-5.6014
CIE-Lab92.3565-7.0035-10.6206

#cfeefd color RGB value is (207,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11111101
Octal 317 356 375
Decimal 207 238 253
Hex CF EE FD

RGB Percentages of Color #cfeefd

%29.66
%34.10
%36.25

CMYK Percentages of Color #cfeefd

%18
%6
%0
%1

Triadic Colors of #cfeefd

#cfeefd #fdcfee #eefdcf

Analogous Colors of #cfeefd

#cfeefd #cfd7fd #cffdf5

Monochromatic Colors of #cfeefd

#cfeefd

Complementary Color

#cfeefd #fddecf

#cfeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeefd Color CSS Codes

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

#cfeefd Text Font Color

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

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


#cfeefd Background Color

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

This div background color is #cfeefd


#cfeefd Border Color

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

This div border color is #cfeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeefd

Related Colors

#cfeefd Color Palettes


Comments

No comments written yet.

Please login to write comment.