Color Hex Logo

#7dc2fb Color Hex

#7DC2FB
(125,194,251)
0 Favorites   0 Comments

Color spaces of #7dc2fb

RGB 125194251
HSL0.580.940.74
HSV207°50°98°
CMYK 0.500.230.00   0.02
XYZ45.161849.908698.5198
Yxy49.90860.23330.2578
Hunter Lab70.6460-9.5210-33.2310
CIE-Lab76.0131-6.4439-34.7988

#7dc2fb color RGB value is (125,194,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000010 11111011
Octal 175 302 373
Decimal 125 194 251
Hex 7D C2 FB

RGB Percentages of Color #7dc2fb

%21.93
%34.04
%44.04

CMYK Percentages of Color #7dc2fb

%50
%23
%0
%2

Triadic Colors of #7dc2fb

#7dc2fb #fb7dc2 #c2fb7d

Analogous Colors of #7dc2fb

#7dc2fb #7d83fb #7dfbf5

Monochromatic Colors of #7dc2fb

#7dc2fb

Complementary Color

#7dc2fb #fbb67d

#7dc2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc2fb Color CSS Codes

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

#7dc2fb Text Font Color

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

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


#7dc2fb Background Color

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

This div background color is #7dc2fb


#7dc2fb Border Color

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

This div border color is #7dc2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc2fb


Comments

No comments written yet.

Please login to write comment.