Color Hex Logo

#7abbed Color Hex

#7ABBED
(122,187,237)
0 Favorites   0 Comments

Color spaces of #7abbed

RGB 122187237
HSL0.570.760.70
HSV206°49°93°
CMYK 0.490.210.00   0.07
XYZ41.082445.792686.7944
Yxy45.79260.23660.2637
Hunter Lab67.6702-10.0561-28.6767
CIE-Lab73.4108-7.3471-31.2851

#7abbed color RGB value is (122,187,237).

#7abbed hex color red value is 122, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7abbed hue: 0.57 , saturation: 0.76 and the lightness value of 7abbed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11101101
Octal 172 273 355
Decimal 122 187 237
Hex 7A BB ED

RGB Percentages of Color #7abbed

%22.34
%34.25
%43.41

CMYK Percentages of Color #7abbed

%49
%21
%0
%7

Triadic Colors of #7abbed

#7abbed #ed7abb #bbed7a

Analogous Colors of #7abbed

#7abbed #7a82ed #7aede6

Monochromatic Colors of #7abbed

#7abbed

Complementary Color

#7abbed #edac7a

#7abbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbed Color CSS Codes

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

#7abbed Text Font Color

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

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


#7abbed Background Color

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

This div background color is #7abbed


#7abbed Border Color

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

This div border color is #7abbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbed


Comments

No comments written yet.

Please login to write comment.