Color Hex Logo

#7adced Color Hex

#7ADCED
(122,220,237)
0 Favorites   0 Comments

Color spaces of #7adced

RGB 122220237
HSL0.520.760.70
HSV189°49°93°
CMYK 0.490.070.00   0.07
XYZ48.905361.438489.4020
Yxy61.43840.24480.3076
Hunter Lab78.3827-25.7981-12.7574
CIE-Lab82.6139-24.3999-17.2565

#7adced color RGB value is (122,220,237).

#7adced hex color red value is 122, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7adced hue: 0.52 , saturation: 0.76 and the lightness value of 7adced is 0.70.

The process color (four color CMYK) of #7adced color hex is 0.49, 0.07, 0.00, 0.07. Web safe color of #7adced is #66ccff. Color #7adced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011100 11101101
Octal 172 334 355
Decimal 122 220 237
Hex 7A DC ED

RGB Percentages of Color #7adced

%21.07
%38.00
%40.93

CMYK Percentages of Color #7adced

%49
%7
%0
%7

Triadic Colors of #7adced

#7adced #ed7adc #dced7a

Analogous Colors of #7adced

#7adced #7aa3ed #7aedc5

Monochromatic Colors of #7adced

#7adced

Complementary Color

#7adced #ed8b7a

#7adced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adced Color CSS Codes

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

#7adced Text Font Color

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

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


#7adced Background Color

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

This div background color is #7adced


#7adced Border Color

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

This div border color is #7adced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adced


Comments

No comments written yet.

Please login to write comment.