Color Hex Logo

#7abdfc Color Hex

#7ABDFC
(122,189,252)
0 Favorites   0 Comments

Color spaces of #7abdfc

RGB 122189252
HSL0.580.960.73
HSV209°52°99°
CMYK 0.520.250.00   0.01
XYZ43.794347.561098.9675
Yxy47.56100.23010.2499
Hunter Lab68.9645-7.3356-36.8090
CIE-Lab74.5472-4.1037-37.6189

#7abdfc color RGB value is (122,189,252).

#7abdfc hex color red value is 122, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7abdfc hue: 0.58 , saturation: 0.96 and the lightness value of 7abdfc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11111100
Octal 172 275 374
Decimal 122 189 252
Hex 7A BD FC

RGB Percentages of Color #7abdfc

%21.67
%33.57
%44.76

CMYK Percentages of Color #7abdfc

%52
%25
%0
%1

Triadic Colors of #7abdfc

#7abdfc #fc7abd #bdfc7a

Analogous Colors of #7abdfc

#7abdfc #7a7cfc #7afcfa

Monochromatic Colors of #7abdfc

#7abdfc

Complementary Color

#7abdfc #fcb97a

#7abdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdfc Color CSS Codes

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

#7abdfc Text Font Color

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

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


#7abdfc Background Color

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

This div background color is #7abdfc


#7abdfc Border Color

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

This div border color is #7abdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdfc


Comments

No comments written yet.

Please login to write comment.