Color Hex Logo

#7feefd Color Hex

#7FEEFD
(127,238,253)
0 Favorites   0 Comments

Color spaces of #7feefd

RGB 127238253
HSL0.520.970.75
HSV187°50°99°
CMYK 0.500.060.00   0.01
XYZ57.056672.7529103.9640
Yxy72.75290.24410.3112
Hunter Lab85.2953-29.8628-12.5602
CIE-Lab88.3297-27.9108-17.0628

#7feefd color RGB value is (127,238,253).

#7feefd hex color red value is 127, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7feefd hue: 0.52 , saturation: 0.97 and the lightness value of 7feefd is 0.75.

The process color (four color CMYK) of #7feefd color hex is 0.50, 0.06, 0.00, 0.01. Web safe color of #7feefd is #66ffff. Color #7feefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11111101
Octal 177 356 375
Decimal 127 238 253
Hex 7F EE FD

RGB Percentages of Color #7feefd

%20.55
%38.51
%40.94

CMYK Percentages of Color #7feefd

%50
%6
%0
%1

Triadic Colors of #7feefd

#7feefd #fd7fee #eefd7f

Analogous Colors of #7feefd

#7feefd #7faffd #7ffdcd

Monochromatic Colors of #7feefd

#7feefd

Complementary Color

#7feefd #fd8e7f

#7feefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feefd Color CSS Codes

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

#7feefd Text Font Color

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

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


#7feefd Background Color

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

This div background color is #7feefd


#7feefd Border Color

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

This div border color is #7feefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feefd


Comments

No comments written yet.

Please login to write comment.