Color Hex Logo

#7abdf0 Color Hex

#7ABDF0
(122,189,240)
0 Favorites   0 Comments

Color spaces of #7abdf0

RGB 122189240
HSL0.570.800.71
HSV206°49°94°
CMYK 0.490.210.00   0.06
XYZ41.951846.824089.2649
Yxy46.82400.23560.2630
Hunter Lab68.4281-10.3145-29.4446
CIE-Lab74.0771-7.5709-31.8794

#7abdf0 color RGB value is (122,189,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11110000
Octal 172 275 360
Decimal 122 189 240
Hex 7A BD F0

RGB Percentages of Color #7abdf0

%22.14
%34.30
%43.56

CMYK Percentages of Color #7abdf0

%49
%21
%0
%6

Triadic Colors of #7abdf0

#7abdf0 #f07abd #bdf07a

Analogous Colors of #7abdf0

#7abdf0 #7a82f0 #7af0e8

Monochromatic Colors of #7abdf0

#7abdf0

Complementary Color

#7abdf0 #f0ad7a

#7abdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdf0 Color CSS Codes

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

#7abdf0 Text Font Color

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

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


#7abdf0 Background Color

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

This div background color is #7abdf0


#7abdf0 Border Color

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

This div border color is #7abdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdf0


Comments

No comments written yet.

Please login to write comment.