Color Hex Logo

#7abedb Color Hex

#7ABEDB
(122,190,219)
0 Favorites   0 Comments

Color spaces of #7abedb

RGB 122190219
HSL0.550.570.67
HSV198°44°86°
CMYK 0.440.130.00   0.14
XYZ39.225746.079073.8445
Yxy46.07900.24650.2895
Hunter Lab67.8815-15.6455-16.9812
CIE-Lab73.5968-13.9321-21.2407

#7abedb color RGB value is (122,190,219).

#7abedb hex color red value is 122, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7abedb hue: 0.55 , saturation: 0.57 and the lightness value of 7abedb is 0.67.

The process color (four color CMYK) of #7abedb color hex is 0.44, 0.13, 0.00, 0.14. Web safe color of #7abedb is #66cccc. Color #7abedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11011011
Octal 172 276 333
Decimal 122 190 219
Hex 7A BE DB

RGB Percentages of Color #7abedb

%22.98
%35.78
%41.24

CMYK Percentages of Color #7abedb

%44
%13
%0
%14

Triadic Colors of #7abedb

#7abedb #db7abe #bedb7a

Analogous Colors of #7abedb

#7abedb #7a8edb #7adbc8

Monochromatic Colors of #7abedb

#7abedb

Complementary Color

#7abedb #db977a

#7abedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abedb Color CSS Codes

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

#7abedb Text Font Color

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

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


#7abedb Background Color

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

This div background color is #7abedb


#7abedb Border Color

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

This div border color is #7abedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abedb


Comments

No comments written yet.

Please login to write comment.