Color Hex Logo

#7abddd Color Hex

#7ABDDD
(122,189,221)
0 Favorites   0 Comments

Color spaces of #7abddd

RGB 122189221
HSL0.550.590.67
HSV199°45°87°
CMYK 0.450.140.00   0.13
XYZ39.274845.753275.1679
Yxy45.75320.24520.2856
Hunter Lab67.6411-14.7286-18.5387
CIE-Lab73.3851-12.8645-22.6492

#7abddd color RGB value is (122,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 11011101
Octal 172 275 335
Decimal 122 189 221
Hex 7A BD DD

RGB Percentages of Color #7abddd

%22.93
%35.53
%41.54

CMYK Percentages of Color #7abddd

%45
%14
%0
%13

Triadic Colors of #7abddd

#7abddd #dd7abd #bddd7a

Analogous Colors of #7abddd

#7abddd #7a8cdd #7addcc

Monochromatic Colors of #7abddd

#7abddd

Complementary Color

#7abddd #dd9a7a

#7abddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abddd Color CSS Codes

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

#7abddd Text Font Color

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

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


#7abddd Background Color

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

This div background color is #7abddd


#7abddd Border Color

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

This div border color is #7abddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abddd


Comments

No comments written yet.

Please login to write comment.