Color Hex Logo

#74afbb Color Hex

#74AFBB
(116,175,187)
0 Favorites   0 Comments

Color spaces of #74afbb

RGB 116175187
HSL0.530.340.59
HSV190°38°73°
CMYK 0.380.060.00   0.27
XYZ31.502137.960852.6805
Yxy37.96080.25790.3108
Hunter Lab61.6123-16.5554-7.5662
CIE-Lab67.9917-16.0113-12.1964

#74afbb color RGB value is (116,175,187).

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

The process color (four color CMYK) of #74afbb color hex is 0.38, 0.06, 0.00, 0.27. Web safe color of #74afbb is #6699cc. Color #74afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 10111011
Octal 164 257 273
Decimal 116 175 187
Hex 74 AF BB

RGB Percentages of Color #74afbb

%24.27
%36.61
%39.12

CMYK Percentages of Color #74afbb

%38
%6
%0
%27

Triadic Colors of #74afbb

#74afbb #bb74af #afbb74

Analogous Colors of #74afbb

#74afbb #748cbb #74bba4

Monochromatic Colors of #74afbb

#74afbb

Complementary Color

#74afbb #bb8074

#74afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afbb Color CSS Codes

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

#74afbb Text Font Color

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

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


#74afbb Background Color

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

This div background color is #74afbb


#74afbb Border Color

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

This div border color is #74afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afbb


Comments

No comments written yet.

Please login to write comment.