Color Hex Logo

#7fdbfd Color Hex

#7FDBFD
(127,219,253)
0 Favorites   0 Comments

Color spaces of #7fdbfd

RGB 127219253
HSL0.540.970.75
HSV196°50°99°
CMYK 0.500.130.00   0.01
XYZ51.813562.2669102.2164
Yxy62.26690.23950.2879
Hunter Lab78.9094-20.8847-21.5656
CIE-Lab83.0552-18.5125-25.0472

#7fdbfd color RGB value is (127,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 11111101
Octal 177 333 375
Decimal 127 219 253
Hex 7F DB FD

RGB Percentages of Color #7fdbfd

%21.20
%36.56
%42.24

CMYK Percentages of Color #7fdbfd

%50
%13
%0
%1

Triadic Colors of #7fdbfd

#7fdbfd #fd7fdb #dbfd7f

Analogous Colors of #7fdbfd

#7fdbfd #7f9cfd #7ffde0

Monochromatic Colors of #7fdbfd

#7fdbfd

Complementary Color

#7fdbfd #fda17f

#7fdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbfd Color CSS Codes

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

#7fdbfd Text Font Color

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

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


#7fdbfd Background Color

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

This div background color is #7fdbfd


#7fdbfd Border Color

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

This div border color is #7fdbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbfd


Comments

No comments written yet.

Please login to write comment.