Color Hex Logo

#7fdefd Color Hex

#7FDEFD
(127,222,253)
0 Favorites   0 Comments

Color spaces of #7fdefd

RGB 127222253
HSL0.540.970.75
HSV195°50°99°
CMYK 0.500.120.00   0.01
XYZ52.603363.8464102.4796
Yxy63.84640.24030.2916
Hunter Lab79.9039-22.3197-20.1087
CIE-Lab83.8857-20.0277-23.7831

#7fdefd color RGB value is (127,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 11111101
Octal 177 336 375
Decimal 127 222 253
Hex 7F DE FD

RGB Percentages of Color #7fdefd

%21.10
%36.88
%42.03

CMYK Percentages of Color #7fdefd

%50
%12
%0
%1

Triadic Colors of #7fdefd

#7fdefd #fd7fde #defd7f

Analogous Colors of #7fdefd

#7fdefd #7f9ffd #7ffddd

Monochromatic Colors of #7fdefd

#7fdefd

Complementary Color

#7fdefd #fd9e7f

#7fdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdefd Color CSS Codes

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

#7fdefd Text Font Color

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

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


#7fdefd Background Color

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

This div background color is #7fdefd


#7fdefd Border Color

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

This div border color is #7fdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdefd


Comments

No comments written yet.

Please login to write comment.