Color Hex Logo

#7fcfee Color Hex

#7FCFEE
(127,207,238)
0 Favorites   0 Comments

Color spaces of #7fcfee

RGB 127207238
HSL0.550.770.72
HSV197°47°93°
CMYK 0.470.130.00   0.07
XYZ46.497855.310789.1143
Yxy55.31070.24350.2897
Hunter Lab74.3712-18.5491-18.9837
CIE-Lab79.2199-16.4562-22.9071

#7fcfee color RGB value is (127,207,238).

#7fcfee hex color red value is 127, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7fcfee hue: 0.55 , saturation: 0.77 and the lightness value of 7fcfee is 0.72.

The process color (four color CMYK) of #7fcfee color hex is 0.47, 0.13, 0.00, 0.07. Web safe color of #7fcfee is #66ccff. Color #7fcfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001111 11101110
Octal 177 317 356
Decimal 127 207 238
Hex 7F CF EE

RGB Percentages of Color #7fcfee

%22.20
%36.19
%41.61

CMYK Percentages of Color #7fcfee

%47
%13
%0
%7

Triadic Colors of #7fcfee

#7fcfee #ee7fcf #cfee7f

Analogous Colors of #7fcfee

#7fcfee #7f98ee #7feed6

Monochromatic Colors of #7fcfee

#7fcfee

Complementary Color

#7fcfee #ee9e7f

#7fcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcfee Color CSS Codes

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

#7fcfee Text Font Color

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

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


#7fcfee Background Color

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

This div background color is #7fcfee


#7fcfee Border Color

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

This div border color is #7fcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcfee


Comments

No comments written yet.

Please login to write comment.