Color Hex Logo

#7fedfd Color Hex

#7FEDFD
(127,237,253)
0 Favorites   0 Comments

Color spaces of #7fedfd

RGB 127237253
HSL0.520.970.75
HSV188°50°99°
CMYK 0.500.060.00   0.01
XYZ56.766272.1722103.8672
Yxy72.17220.24380.3100
Hunter Lab84.9542-29.3966-13.0215
CIE-Lab88.0514-27.4279-17.4816

#7fedfd color RGB value is (127,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 11111101
Octal 177 355 375
Decimal 127 237 253
Hex 7F ED FD

RGB Percentages of Color #7fedfd

%20.58
%38.41
%41.00

CMYK Percentages of Color #7fedfd

%50
%6
%0
%1

Triadic Colors of #7fedfd

#7fedfd #fd7fed #edfd7f

Analogous Colors of #7fedfd

#7fedfd #7faefd #7ffdce

Monochromatic Colors of #7fedfd

#7fedfd

Complementary Color

#7fedfd #fd8f7f

#7fedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedfd Color CSS Codes

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

#7fedfd Text Font Color

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

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


#7fedfd Background Color

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

This div background color is #7fedfd


#7fedfd Border Color

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

This div border color is #7fedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.