Color Hex Logo

#7de0fb Color Hex

#7DE0FB
(125,224,251)
0 Favorites   0 Comments

Color spaces of #7de0fb

RGB 125224251
HSL0.540.940.74
HSV193°50°98°
CMYK 0.500.110.00   0.02
XYZ52.525764.6363100.9744
Yxy64.63630.24080.2963
Hunter Lab80.3967-24.0746-18.1877
CIE-Lab84.2960-21.9980-22.1114

#7de0fb color RGB value is (125,224,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100000 11111011
Octal 175 340 373
Decimal 125 224 251
Hex 7D E0 FB

RGB Percentages of Color #7de0fb

%20.83
%37.33
%41.83

CMYK Percentages of Color #7de0fb

%50
%11
%0
%2

Triadic Colors of #7de0fb

#7de0fb #fb7de0 #e0fb7d

Analogous Colors of #7de0fb

#7de0fb #7da1fb #7dfbd7

Monochromatic Colors of #7de0fb

#7de0fb

Complementary Color

#7de0fb #fb987d

#7de0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de0fb Color CSS Codes

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

#7de0fb Text Font Color

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

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


#7de0fb Background Color

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

This div background color is #7de0fb


#7de0fb Border Color

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

This div border color is #7de0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de0fb


Comments

No comments written yet.

Please login to write comment.