Color Hex Logo

#74caba Color Hex

#74CABA
(116,202,186)
0 Favorites   0 Comments

Color spaces of #74caba

RGB 116202186
HSL0.470.450.62
HSV169°43°79°
CMYK 0.430.000.08   0.21
XYZ37.185949.499254.0488
Yxy49.49920.26420.3517
Hunter Lab70.3557-28.77773.7011
CIE-Lab75.7608-29.8279-0.1492

#74caba color RGB value is (116,202,186).

#74caba hex color red value is 116, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #74caba hue: 0.47 , saturation: 0.45 and the lightness value of 74caba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001010 10111010
Octal 164 312 272
Decimal 116 202 186
Hex 74 CA BA

RGB Percentages of Color #74caba

%23.02
%40.08
%36.90

CMYK Percentages of Color #74caba

%43
%0
%8
%21

Triadic Colors of #74caba

#74caba #ba74ca #caba74

Analogous Colors of #74caba

#74caba #74afca #74ca8f

Monochromatic Colors of #74caba

#74caba

Complementary Color

#74caba #ca7484

#74caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#74caba Color CSS Codes

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

#74caba Text Font Color

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

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


#74caba Background Color

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

This div background color is #74caba


#74caba Border Color

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

This div border color is #74caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74caba


Comments

No comments written yet.

Please login to write comment.