Color Hex Logo

#7adcfb Color Hex

#7ADCFB
(122,220,251)
0 Favorites   0 Comments

Color spaces of #7adcfb

RGB 122220251
HSL0.540.940.73
HSV194°51°98°
CMYK 0.510.120.00   0.02
XYZ51.031862.2890100.6001
Yxy62.28900.23860.2912
Hunter Lab78.9234-22.6979-20.3279
CIE-Lab83.0669-20.6275-23.9893

#7adcfb color RGB value is (122,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 11111011
Octal 172 334 373
Decimal 122 220 251
Hex 7A DC FB

RGB Percentages of Color #7adcfb

%20.57
%37.10
%42.33

CMYK Percentages of Color #7adcfb

%51
%12
%0
%2

Triadic Colors of #7adcfb

#7adcfb #fb7adc #dcfb7a

Analogous Colors of #7adcfb

#7adcfb #7a9cfb #7afbda

Monochromatic Colors of #7adcfb

#7adcfb

Complementary Color

#7adcfb #fb997a

#7adcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adcfb Color CSS Codes

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

#7adcfb Text Font Color

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

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


#7adcfb Background Color

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

This div background color is #7adcfb


#7adcfb Border Color

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

This div border color is #7adcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adcfb


Comments

No comments written yet.

Please login to write comment.