Color Hex Logo

#7adcfe Color Hex

#7ADCFE
(122,220,254)
0 Favorites   0 Comments

Color spaces of #7adcfe

RGB 122220254
HSL0.540.990.74
HSV195°52°100°
CMYK 0.520.130.00   0.00
XYZ51.508662.4797103.1109
Yxy62.47970.23730.2878
Hunter Lab79.0441-22.0088-22.0113
CIE-Lab83.1679-19.8011-25.4224

#7adcfe color RGB value is (122,220,254).

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

The process color (four color CMYK) of #7adcfe color hex is 0.52, 0.13, 0.00, 0.00. Web safe color of #7adcfe is #66ccff. Color #7adcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 11111110
Octal 172 334 376
Decimal 122 220 254
Hex 7A DC FE

RGB Percentages of Color #7adcfe

%20.47
%36.91
%42.62

CMYK Percentages of Color #7adcfe

%52
%13
%0
%0

Triadic Colors of #7adcfe

#7adcfe #fe7adc #dcfe7a

Analogous Colors of #7adcfe

#7adcfe #7a9afe #7afede

Monochromatic Colors of #7adcfe

#7adcfe

Complementary Color

#7adcfe #fe9c7a

#7adcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adcfe Color CSS Codes

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

#7adcfe Text Font Color

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

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


#7adcfe Background Color

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

This div background color is #7adcfe


#7adcfe Border Color

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

This div border color is #7adcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,220,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adcfe


Comments

No comments written yet.

Please login to write comment.