Color Hex Logo

#74cbbe Color Hex

#74CBBE
(116,203,190)
0 Favorites   0 Comments

Color spaces of #74cbbe

RGB 116203190
HSL0.480.460.63
HSV171°43°80°
CMYK 0.430.000.06   0.20
XYZ37.852750.142656.3986
Yxy50.14260.26210.3473
Hunter Lab70.8114-28.50172.3458
CIE-Lab76.1567-29.3613-1.7291

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

#74cbbe hex color red value is 116, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #74cbbe hue: 0.48 , saturation: 0.46 and the lightness value of 74cbbe is 0.63.

The process color (four color CMYK) of #74cbbe color hex is 0.43, 0.00, 0.06, 0.20. Web safe color of #74cbbe is #66cccc. Color #74cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001011 10111110
Octal 164 313 276
Decimal 116 203 190
Hex 74 CB BE

RGB Percentages of Color #74cbbe

%22.79
%39.88
%37.33

CMYK Percentages of Color #74cbbe

%43
%0
%6
%20

Triadic Colors of #74cbbe

#74cbbe #be74cb #cbbe74

Analogous Colors of #74cbbe

#74cbbe #74adcb #74cb93

Monochromatic Colors of #74cbbe

#74cbbe

Complementary Color

#74cbbe #cb7481

#74cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cbbe Color CSS Codes

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

#74cbbe Text Font Color

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

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


#74cbbe Background Color

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

This div background color is #74cbbe


#74cbbe Border Color

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

This div border color is #74cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cbbe


Comments

No comments written yet.

Please login to write comment.