Color Hex Logo

#74bbbe Color Hex

#74BBBE
(116,187,190)
0 Favorites   0 Comments

Color spaces of #74bbbe

RGB 116187190
HSL0.510.360.60
HSV182°39°75°
CMYK 0.390.020.00   0.25
XYZ34.267042.971455.2034
Yxy42.97140.25870.3245
Hunter Lab65.5526-21.4078-4.0427
CIE-Lab71.5356-21.4457-8.5538

#74bbbe color RGB value is (116,187,190).

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

The process color (four color CMYK) of #74bbbe color hex is 0.39, 0.02, 0.00, 0.25. Web safe color of #74bbbe is #66cccc. Color #74bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111011 10111110
Octal 164 273 276
Decimal 116 187 190
Hex 74 BB BE

RGB Percentages of Color #74bbbe

%23.53
%37.93
%38.54

CMYK Percentages of Color #74bbbe

%39
%2
%0
%25

Triadic Colors of #74bbbe

#74bbbe #be74bb #bbbe74

Analogous Colors of #74bbbe

#74bbbe #7496be #74be9c

Monochromatic Colors of #74bbbe

#74bbbe

Complementary Color

#74bbbe #be7774

#74bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bbbe Color CSS Codes

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

#74bbbe Text Font Color

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

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


#74bbbe Background Color

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

This div background color is #74bbbe


#74bbbe Border Color

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

This div border color is #74bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bbbe


Comments

No comments written yet.

Please login to write comment.