Color Hex Logo

#cfe3ee Color Hex

#CFE3EE
(207,227,238)
0 Favorites   0 Comments

Color spaces of #cfe3ee

RGB 207227238
HSL0.560.480.87
HSV201°13°93°
CMYK 0.130.050.00   0.07
XYZ68.633874.376691.6277
Yxy74.37660.29250.3170
Hunter Lab86.2419-8.8678-2.6234
CIE-Lab89.1002-4.4415-7.6146

#cfe3ee color RGB value is (207,227,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 11101110
Octal 317 343 356
Decimal 207 227 238
Hex CF E3 EE

RGB Percentages of Color #cfe3ee

%30.80
%33.78
%35.42

CMYK Percentages of Color #cfe3ee

%13
%5
%0
%7

Triadic Colors of #cfe3ee

#cfe3ee #eecfe3 #e3eecf

Analogous Colors of #cfe3ee

#cfe3ee #cfd4ee #cfeeea

Monochromatic Colors of #cfe3ee

#cfe3ee

Complementary Color

#cfe3ee #eedacf

#cfe3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe3ee Color CSS Codes

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

#cfe3ee Text Font Color

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

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


#cfe3ee Background Color

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

This div background color is #cfe3ee


#cfe3ee Border Color

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

This div border color is #cfe3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe3ee


Comments

No comments written yet.

Please login to write comment.