Color Hex Logo

#7abdfb Color Hex

#7ABDFB
(122,189,251)
0 Favorites   0 Comments

Color spaces of #7abdfb

RGB 122189251
HSL0.580.940.73
HSV209°51°98°
CMYK 0.510.250.00   0.02
XYZ43.636247.497898.1349
Yxy47.49780.23060.2510
Hunter Lab68.9186-7.5894-36.1814
CIE-Lab74.5071-4.3961-37.1433

#7abdfb color RGB value is (122,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11111011
Octal 172 275 373
Decimal 122 189 251
Hex 7A BD FB

RGB Percentages of Color #7abdfb

%21.71
%33.63
%44.66

CMYK Percentages of Color #7abdfb

%51
%25
%0
%2

Triadic Colors of #7abdfb

#7abdfb #fb7abd #bdfb7a

Analogous Colors of #7abdfb

#7abdfb #7a7dfb #7afbf9

Monochromatic Colors of #7abdfb

#7abdfb

Complementary Color

#7abdfb #fbb87a

#7abdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdfb Color CSS Codes

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

#7abdfb Text Font Color

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

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


#7abdfb Background Color

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

This div background color is #7abdfb


#7abdfb Border Color

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

This div border color is #7abdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.