Color Hex Logo

#7adaff Color Hex

#7ADAFF
(122,218,255)
0 Favorites   0 Comments

Color spaces of #7adaff

RGB 122218255
HSL0.551.000.74
HSV197°52°100°
CMYK 0.520.150.00   0.00
XYZ51.147461.5004103.7827
Yxy61.50040.23630.2842
Hunter Lab78.4222-20.8201-23.5679
CIE-Lab82.6470-18.5112-26.7461

#7adaff color RGB value is (122,218,255).

#7adaff hex color red value is 122, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7adaff hue: 0.55 , saturation: 1.00 and the lightness value of 7adaff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011010 11111111
Octal 172 332 377
Decimal 122 218 255
Hex 7A DA FF

RGB Percentages of Color #7adaff

%20.50
%36.64
%42.86

CMYK Percentages of Color #7adaff

%52
%15
%0
%0

Triadic Colors of #7adaff

#7adaff #ff7ada #daff7a

Analogous Colors of #7adaff

#7adaff #7a98ff #7affe2

Monochromatic Colors of #7adaff

#7adaff

Complementary Color

#7adaff #ff9f7a

#7adaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adaff Color CSS Codes

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

#7adaff Text Font Color

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

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


#7adaff Background Color

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

This div background color is #7adaff


#7adaff Border Color

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

This div border color is #7adaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adaff

Related Colors

#7adaff Color Palettes


Comments

No comments written yet.

Please login to write comment.