Color Hex Logo

#74afbd Color Hex

#74AFBD
(116,175,189)
0 Favorites   0 Comments

Color spaces of #74afbd

RGB 116175189
HSL0.530.360.60
HSV192°39°74°
CMYK 0.390.070.00   0.26
XYZ31.717738.047153.8162
Yxy38.04710.25670.3079
Hunter Lab61.6823-16.1575-8.5513
CIE-Lab68.0553-15.4978-13.2071

#74afbd color RGB value is (116,175,189).

#74afbd hex color red value is 116, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #74afbd hue: 0.53 , saturation: 0.36 and the lightness value of 74afbd is 0.60.

The process color (four color CMYK) of #74afbd color hex is 0.39, 0.07, 0.00, 0.26. Web safe color of #74afbd is #6699cc. Color #74afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 10111101
Octal 164 257 275
Decimal 116 175 189
Hex 74 AF BD

RGB Percentages of Color #74afbd

%24.17
%36.46
%39.38

CMYK Percentages of Color #74afbd

%39
%7
%0
%26

Triadic Colors of #74afbd

#74afbd #bd74af #afbd74

Analogous Colors of #74afbd

#74afbd #748bbd #74bda7

Monochromatic Colors of #74afbd

#74afbd

Complementary Color

#74afbd #bd8274

#74afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afbd Color CSS Codes

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

#74afbd Text Font Color

<p style="color:#74afbd">Text here</p>

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


#74afbd Background Color

<div style="background-color:#74afbd">
Div content here</div>

This div background color is #74afbd


#74afbd Border Color

<div style="border:3px solid #74afbd">
Div here</div>

This div border color is #74afbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,175,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74afbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74afbd;
  -webkit-box-shadow: 1px 1px 3px 2px #74afbd;
  box-shadow:         1px 1px 3px 2px #74afbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afbd


Comments

No comments written yet.

Please login to write comment.