Color Hex Logo

#7debfb Color Hex

#7DEBFB
(125,235,251)
0 Favorites   0 Comments

Color spaces of #7debfb

RGB 125235251
HSL0.520.940.74
HSV188°50°98°
CMYK 0.500.060.00   0.02
XYZ55.578470.7417101.9920
Yxy70.74170.24340.3098
Hunter Lab84.1081-29.2368-13.0212
CIE-Lab87.3594-27.4026-17.4827

#7debfb color RGB value is (125,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11111011
Octal 175 353 373
Decimal 125 235 251
Hex 7D EB FB

RGB Percentages of Color #7debfb

%20.46
%38.46
%41.08

CMYK Percentages of Color #7debfb

%50
%6
%0
%2

Triadic Colors of #7debfb

#7debfb #fb7deb #ebfb7d

Analogous Colors of #7debfb

#7debfb #7dacfb #7dfbcc

Monochromatic Colors of #7debfb

#7debfb

Complementary Color

#7debfb #fb8d7d

#7debfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debfb Color CSS Codes

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

#7debfb Text Font Color

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

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


#7debfb Background Color

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

This div background color is #7debfb


#7debfb Border Color

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

This div border color is #7debfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debfb


Comments

No comments written yet.

Please login to write comment.