Color Hex Logo

#74afbf Color Hex

#74AFBF
(116,175,191)
0 Favorites   0 Comments

Color spaces of #74afbf

RGB 116175191
HSL0.540.370.60
HSV193°39°75°
CMYK 0.390.080.00   0.25
XYZ31.936438.134554.9677
Yxy38.13450.25540.3050
Hunter Lab61.7531-15.7545-9.5480
CIE-Lab68.1196-14.9797-14.2161

#74afbf color RGB value is (116,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 10111111
Octal 164 257 277
Decimal 116 175 191
Hex 74 AF BF

RGB Percentages of Color #74afbf

%24.07
%36.31
%39.63

CMYK Percentages of Color #74afbf

%39
%8
%0
%25

Triadic Colors of #74afbf

#74afbf #bf74af #afbf74

Analogous Colors of #74afbf

#74afbf #748abf #74bfaa

Monochromatic Colors of #74afbf

#74afbf

Complementary Color

#74afbf #bf8474

#74afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afbf Color CSS Codes

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

#74afbf Text Font Color

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

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


#74afbf Background Color

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

This div background color is #74afbf


#74afbf Border Color

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

This div border color is #74afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afbf


Comments

No comments written yet.

Please login to write comment.