Color Hex Logo

#7fdafd Color Hex

#7FDAFD
(127,218,253)
0 Favorites   0 Comments

Color spaces of #7fdafd

RGB 127218253
HSL0.550.970.75
HSV197°50°99°
CMYK 0.500.140.00   0.01
XYZ51.553461.7467102.1297
Yxy61.74670.23930.2866
Hunter Lab78.5791-20.4048-22.0542
CIE-Lab82.7785-18.0048-25.4687

#7fdafd color RGB value is (127,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 11111101
Octal 177 332 375
Decimal 127 218 253
Hex 7F DA FD

RGB Percentages of Color #7fdafd

%21.24
%36.45
%42.31

CMYK Percentages of Color #7fdafd

%50
%14
%0
%1

Triadic Colors of #7fdafd

#7fdafd #fd7fda #dafd7f

Analogous Colors of #7fdafd

#7fdafd #7f9bfd #7ffde1

Monochromatic Colors of #7fdafd

#7fdafd

Complementary Color

#7fdafd #fda27f

#7fdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdafd Color CSS Codes

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

#7fdafd Text Font Color

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

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


#7fdafd Background Color

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

This div background color is #7fdafd


#7fdafd Border Color

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

This div border color is #7fdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdafd


Comments

No comments written yet.

Please login to write comment.