Color Hex Logo

#7abdee Color Hex

#7ABDEE
(122,189,238)
0 Favorites   0 Comments

Color spaces of #7abdee

RGB 122189238
HSL0.570.770.71
HSV205°49°93°
CMYK 0.490.210.00   0.07
XYZ41.656346.705887.7085
Yxy46.70580.23660.2653
Hunter Lab68.3416-10.7967-28.2526
CIE-Lab74.0012-8.1398-30.9159

#7abdee color RGB value is (122,189,238).

#7abdee hex color red value is 122, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7abdee hue: 0.57 , saturation: 0.77 and the lightness value of 7abdee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11101110
Octal 172 275 356
Decimal 122 189 238
Hex 7A BD EE

RGB Percentages of Color #7abdee

%22.22
%34.43
%43.35

CMYK Percentages of Color #7abdee

%49
%21
%0
%7

Triadic Colors of #7abdee

#7abdee #ee7abd #bdee7a

Analogous Colors of #7abdee

#7abdee #7a83ee #7aeee5

Monochromatic Colors of #7abdee

#7abdee

Complementary Color

#7abdee #eeab7a

#7abdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdee Color CSS Codes

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

#7abdee Text Font Color

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

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


#7abdee Background Color

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

This div background color is #7abdee


#7abdee Border Color

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

This div border color is #7abdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdee


Comments

No comments written yet.

Please login to write comment.