Color Hex Logo

#74bebe Color Hex

#74BEBE
(116,190,190)
0 Favorites   0 Comments

Color spaces of #74bebe

RGB 116190190
HSL0.500.360.60
HSV180°39°75°
CMYK 0.390.000.00   0.25
XYZ34.910244.257655.4178
Yxy44.25760.25940.3288
Hunter Lab66.5264-22.7520-2.8213
CIE-Lab72.4003-22.9604-7.2690

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111110 10111110
Octal 164 276 276
Decimal 116 190 190
Hex 74 BE BE

RGB Percentages of Color #74bebe

%23.39
%38.31
%38.31

CMYK Percentages of Color #74bebe

%39
%0
%0
%25

Triadic Colors of #74bebe

#74bebe #be74be #bebe74

Analogous Colors of #74bebe

#74bebe #7499be #74be99

Monochromatic Colors of #74bebe

#74bebe

Complementary Color

#74bebe #be7474

#74bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bebe Color CSS Codes

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

#74bebe Text Font Color

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

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


#74bebe Background Color

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

This div background color is #74bebe


#74bebe Border Color

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

This div border color is #74bebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,190,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 #74bebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bebe


Comments

No comments written yet.

Please login to write comment.