Color Hex Logo

#7febfd Color Hex

#7FEBFD
(127,235,253)
0 Favorites   0 Comments

Color spaces of #7febfd

RGB 127235253
HSL0.520.970.75
HSV189°50°99°
CMYK 0.500.070.00   0.01
XYZ56.190371.0205103.6753
Yxy71.02050.24340.3076
Hunter Lab84.2737-28.4623-13.9483
CIE-Lab87.4950-26.4583-18.3196

#7febfd color RGB value is (127,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 11111101
Octal 177 353 375
Decimal 127 235 253
Hex 7F EB FD

RGB Percentages of Color #7febfd

%20.65
%38.21
%41.14

CMYK Percentages of Color #7febfd

%50
%7
%0
%1

Triadic Colors of #7febfd

#7febfd #fd7feb #ebfd7f

Analogous Colors of #7febfd

#7febfd #7facfd #7ffdd0

Monochromatic Colors of #7febfd

#7febfd

Complementary Color

#7febfd #fd917f

#7febfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febfd Color CSS Codes

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

#7febfd Text Font Color

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

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


#7febfd Background Color

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

This div background color is #7febfd


#7febfd Border Color

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

This div border color is #7febfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febfd


Comments

No comments written yet.

Please login to write comment.