Color Hex Logo

#cfedee Color Hex

#CFEDEE
(207,237,238)
0 Favorites   0 Comments

Color spaces of #cfedee

RGB 207237238
HSL0.510.480.87
HSV182°13°93°
CMYK 0.130.000.00   0.07
XYZ71.448980.006892.5660
Yxy80.00680.29280.3279
Hunter Lab89.4465-13.94761.2548
CIE-Lab91.6879-9.5445-3.7954

#cfedee color RGB value is (207,237,238).

#cfedee hex color red value is 207, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cfedee hue: 0.51 , saturation: 0.48 and the lightness value of cfedee is 0.87.

The process color (four color CMYK) of #cfedee color hex is 0.13, 0.00, 0.00, 0.07. Web safe color of #cfedee is #ccffff. Color #cfedee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 11101110
Octal 317 355 356
Decimal 207 237 238
Hex CF ED EE

RGB Percentages of Color #cfedee

%30.35
%34.75
%34.90

CMYK Percentages of Color #cfedee

%13
%0
%0
%7

Triadic Colors of #cfedee

#cfedee #eecfed #edeecf

Analogous Colors of #cfedee

#cfedee #cfdeee #cfeee0

Monochromatic Colors of #cfedee

#cfedee

Complementary Color

#cfedee #eed0cf

#cfedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfedee Color CSS Codes

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

#cfedee Text Font Color

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

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


#cfedee Background Color

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

This div background color is #cfedee


#cfedee Border Color

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

This div border color is #cfedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfedee

#cfedee Color Palettes


Comments

No comments written yet.

Please login to write comment.