Color Hex Logo

#7fdefe Color Hex

#7FDEFE
(127,222,254)
0 Favorites   0 Comments

Color spaces of #7fdefe

RGB 127222254
HSL0.540.980.75
HSV195°50°100°
CMYK 0.500.130.00   0.00
XYZ52.763163.9103103.3210
Yxy63.91030.23980.2905
Hunter Lab79.9439-22.0916-20.6668
CIE-Lab83.9190-19.7561-24.2606

#7fdefe color RGB value is (127,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 11111110
Octal 177 336 376
Decimal 127 222 254
Hex 7F DE FE

RGB Percentages of Color #7fdefe

%21.06
%36.82
%42.12

CMYK Percentages of Color #7fdefe

%50
%13
%0
%0

Triadic Colors of #7fdefe

#7fdefe #fe7fde #defe7f

Analogous Colors of #7fdefe

#7fdefe #7f9ffe #7ffedf

Monochromatic Colors of #7fdefe

#7fdefe

Complementary Color

#7fdefe #fe9f7f

#7fdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdefe Color CSS Codes

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

#7fdefe Text Font Color

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

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


#7fdefe Background Color

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

This div background color is #7fdefe


#7fdefe Border Color

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

This div border color is #7fdefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,222,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7fdefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdefe

Related Colors


Comments

No comments written yet.

Please login to write comment.