Color Hex Logo

#74bdbc Color Hex

#74BDBC
(116,189,188)
0 Favorites   0 Comments

Color spaces of #74bdbc

RGB 116189188
HSL0.500.360.60
HSV179°39°74°
CMYK 0.390.000.01   0.26
XYZ34.477243.739054.2023
Yxy43.73900.26040.3303
Hunter Lab66.1355-22.6829-2.2972
CIE-Lab72.0537-22.9529-6.6906

#74bdbc color RGB value is (116,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111101 10111100
Octal 164 275 274
Decimal 116 189 188
Hex 74 BD BC

RGB Percentages of Color #74bdbc

%23.53
%38.34
%38.13

CMYK Percentages of Color #74bdbc

%39
%0
%1
%26

Triadic Colors of #74bdbc

#74bdbc #bc74bd #bdbc74

Analogous Colors of #74bdbc

#74bdbc #749abd #74bd98

Monochromatic Colors of #74bdbc

#74bdbc

Complementary Color

#74bdbc #bd7475

#74bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bdbc Color CSS Codes

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

#74bdbc Text Font Color

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

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


#74bdbc Background Color

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

This div background color is #74bdbc


#74bdbc Border Color

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

This div border color is #74bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bdbc


Comments

No comments written yet.

Please login to write comment.