Color Hex Logo

#7dbffb Color Hex

#7DBFFB
(125,191,251)
0 Favorites   0 Comments

Color spaces of #7dbffb

RGB 125191251
HSL0.580.940.74
HSV209°50°98°
CMYK 0.500.240.00   0.02
XYZ44.500848.586698.2995
Yxy48.58660.23250.2539
Hunter Lab69.7041-8.0234-34.8203
CIE-Lab75.1934-4.8236-36.0678

#7dbffb color RGB value is (125,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11111011
Octal 175 277 373
Decimal 125 191 251
Hex 7D BF FB

RGB Percentages of Color #7dbffb

%22.05
%33.69
%44.27

CMYK Percentages of Color #7dbffb

%50
%24
%0
%2

Triadic Colors of #7dbffb

#7dbffb #fb7dbf #bffb7d

Analogous Colors of #7dbffb

#7dbffb #7d80fb #7dfbf8

Monochromatic Colors of #7dbffb

#7dbffb

Complementary Color

#7dbffb #fbb97d

#7dbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbffb Color CSS Codes

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

#7dbffb Text Font Color

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

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


#7dbffb Background Color

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

This div background color is #7dbffb


#7dbffb Border Color

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

This div border color is #7dbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbffb


Comments

No comments written yet.

Please login to write comment.