Color Hex Logo

#cfe4ec Color Hex

#CFE4EC
(207,228,236)
0 Favorites   0 Comments

Color spaces of #cfe4ec

RGB 207228236
HSL0.550.430.87
HSV197°12°93°
CMYK 0.120.030.00   0.07
XYZ68.615974.808390.1799
Yxy74.80830.29370.3202
Hunter Lab86.4918-9.7525-1.2739
CIE-Lab89.3031-5.3552-6.2649

#cfe4ec color RGB value is (207,228,236).

#cfe4ec hex color red value is 207, green value is 228 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfe4ec hue: 0.55 , saturation: 0.43 and the lightness value of cfe4ec is 0.87.

The process color (four color CMYK) of #cfe4ec color hex is 0.12, 0.03, 0.00, 0.07. Web safe color of #cfe4ec is #ccccff. Color #cfe4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 11101100
Octal 317 344 354
Decimal 207 228 236
Hex CF E4 EC

RGB Percentages of Color #cfe4ec

%30.85
%33.98
%35.17

CMYK Percentages of Color #cfe4ec

%12
%3
%0
%7

Triadic Colors of #cfe4ec

#cfe4ec #eccfe4 #e4eccf

Analogous Colors of #cfe4ec

#cfe4ec #cfd6ec #cfece6

Monochromatic Colors of #cfe4ec

#cfe4ec

Complementary Color

#cfe4ec #ecd7cf

#cfe4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe4ec Color CSS Codes

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

#cfe4ec Text Font Color

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

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


#cfe4ec Background Color

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

This div background color is #cfe4ec


#cfe4ec Border Color

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

This div border color is #cfe4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe4ec


Comments

No comments written yet.

Please login to write comment.