Color Hex Logo

#7debfa Color Hex

#7DEBFA
(125,235,250)
0 Favorites   0 Comments

Color spaces of #7debfa

RGB 125235250
HSL0.520.930.74
HSV187°50°98°
CMYK 0.500.060.00   0.02
XYZ55.421170.6788101.1638
Yxy70.67880.24390.3110
Hunter Lab84.0707-29.4529-12.4953
CIE-Lab87.3287-27.6653-17.0044

#7debfa color RGB value is (125,235,250).

#7debfa hex color red value is 125, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7debfa hue: 0.52 , saturation: 0.93 and the lightness value of 7debfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11111010
Octal 175 353 372
Decimal 125 235 250
Hex 7D EB FA

RGB Percentages of Color #7debfa

%20.49
%38.52
%40.98

CMYK Percentages of Color #7debfa

%50
%6
%0
%2

Triadic Colors of #7debfa

#7debfa #fa7deb #ebfa7d

Analogous Colors of #7debfa

#7debfa #7dadfa #7dfacb

Monochromatic Colors of #7debfa

#7debfa

Complementary Color

#7debfa #fa8c7d

#7debfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debfa Color CSS Codes

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

#7debfa Text Font Color

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

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


#7debfa Background Color

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

This div background color is #7debfa


#7debfa Border Color

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

This div border color is #7debfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,235,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debfa


Comments

No comments written yet.

Please login to write comment.