Color Hex Logo

#7feffd Color Hex

#7FEFFD
(127,239,253)
0 Favorites   0 Comments

Color spaces of #7feffd

RGB 127239253
HSL0.520.970.75
HSV187°50°99°
CMYK 0.500.060.00   0.01
XYZ57.348573.3369104.0614
Yxy73.33690.24430.3124
Hunter Lab85.6370-30.3286-12.1001
CIE-Lab88.6081-28.3928-16.6443

#7feffd color RGB value is (127,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11111101
Octal 177 357 375
Decimal 127 239 253
Hex 7F EF FD

RGB Percentages of Color #7feffd

%20.52
%38.61
%40.87

CMYK Percentages of Color #7feffd

%50
%6
%0
%1

Triadic Colors of #7feffd

#7feffd #fd7fef #effd7f

Analogous Colors of #7feffd

#7feffd #7fb0fd #7ffdcc

Monochromatic Colors of #7feffd

#7feffd

Complementary Color

#7feffd #fd8d7f

#7feffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feffd Color CSS Codes

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

#7feffd Text Font Color

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

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


#7feffd Background Color

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

This div background color is #7feffd


#7feffd Border Color

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

This div border color is #7feffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feffd

Related Colors


Comments

No comments written yet.

Please login to write comment.