Color Hex Logo

#7abced Color Hex

#7ABCED
(122,188,237)
0 Favorites   0 Comments

Color spaces of #7abced

RGB 122188237
HSL0.570.760.70
HSV206°49°93°
CMYK 0.490.210.00   0.07
XYZ41.295346.218486.8653
Yxy46.21840.23680.2650
Hunter Lab67.9841-10.5467-28.1677
CIE-Lab73.6870-7.8860-30.8593

#7abced color RGB value is (122,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 11101101
Octal 172 274 355
Decimal 122 188 237
Hex 7A BC ED

RGB Percentages of Color #7abced

%22.30
%34.37
%43.33

CMYK Percentages of Color #7abced

%49
%21
%0
%7

Triadic Colors of #7abced

#7abced #ed7abc #bced7a

Analogous Colors of #7abced

#7abced #7a83ed #7aede5

Monochromatic Colors of #7abced

#7abced

Complementary Color

#7abced #edab7a

#7abced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abced Color CSS Codes

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

#7abced Text Font Color

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

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


#7abced Background Color

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

This div background color is #7abced


#7abced Border Color

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

This div border color is #7abced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,188,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 #7abced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abced


Comments

No comments written yet.

Please login to write comment.