Color Hex Logo

#7abcd3 Color Hex

#7ABCD3
(122,188,211)
0 Favorites   0 Comments

Color spaces of #7abcd3

RGB 122188211
HSL0.540.500.65
HSV196°42°83°
CMYK 0.420.110.00   0.17
XYZ37.767144.807268.2861
Yxy44.80720.25030.2970
Hunter Lab66.9382-16.4306-13.6272
CIE-Lab72.7648-15.0184-18.1509

#7abcd3 color RGB value is (122,188,211).

#7abcd3 hex color red value is 122, green value is 188 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #7abcd3 hue: 0.54 , saturation: 0.50 and the lightness value of 7abcd3 is 0.65.

The process color (four color CMYK) of #7abcd3 color hex is 0.42, 0.11, 0.00, 0.17. Web safe color of #7abcd3 is #66cccc. Color #7abcd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 11010011
Octal 172 274 323
Decimal 122 188 211
Hex 7A BC D3

RGB Percentages of Color #7abcd3

%23.42
%36.08
%40.50

CMYK Percentages of Color #7abcd3

%42
%11
%0
%17

Triadic Colors of #7abcd3

#7abcd3 #d37abc #bcd37a

Analogous Colors of #7abcd3

#7abcd3 #7a90d3 #7ad3be

Monochromatic Colors of #7abcd3

#7abcd3

Complementary Color

#7abcd3 #d3917a

#7abcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcd3 Color CSS Codes

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

#7abcd3 Text Font Color

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

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


#7abcd3 Background Color

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

This div background color is #7abcd3


#7abcd3 Border Color

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

This div border color is #7abcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcd3


Comments

No comments written yet.

Please login to write comment.