Color Hex Logo

#7acbd0 Color Hex

#7ACBD0
(122,203,208)
0 Favorites   0 Comments

Color spaces of #7acbd0

RGB 122203208
HSL0.510.480.65
HSV183°41°82°
CMYK 0.410.020.00   0.18
XYZ40.767151.403567.4477
Yxy51.40350.25540.3220
Hunter Lab71.6962-23.9718-5.5893
CIE-Lab76.9228-23.4548-10.2783

#7acbd0 color RGB value is (122,203,208).

#7acbd0 hex color red value is 122, green value is 203 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #7acbd0 hue: 0.51 , saturation: 0.48 and the lightness value of 7acbd0 is 0.65.

The process color (four color CMYK) of #7acbd0 color hex is 0.41, 0.02, 0.00, 0.18. Web safe color of #7acbd0 is #66cccc. Color #7acbd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 11010000
Octal 172 313 320
Decimal 122 203 208
Hex 7A CB D0

RGB Percentages of Color #7acbd0

%22.89
%38.09
%39.02

CMYK Percentages of Color #7acbd0

%41
%2
%0
%18

Triadic Colors of #7acbd0

#7acbd0 #d07acb #cbd07a

Analogous Colors of #7acbd0

#7acbd0 #7aa0d0 #7ad0aa

Monochromatic Colors of #7acbd0

#7acbd0

Complementary Color

#7acbd0 #d07f7a

#7acbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbd0 Color CSS Codes

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

#7acbd0 Text Font Color

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

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


#7acbd0 Background Color

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

This div background color is #7acbd0


#7acbd0 Border Color

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

This div border color is #7acbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbd0


Comments

No comments written yet.

Please login to write comment.