Color Hex Logo

#74cfbc Color Hex

#74CFBC
(116,207,188)
0 Favorites   0 Comments

Color spaces of #74cfbc

RGB 116207188
HSL0.470.490.63
HSV167°44°81°
CMYK 0.440.000.09   0.19
XYZ38.592451.969555.5740
Yxy51.96950.26410.3556
Hunter Lab72.0899-30.59964.7563
CIE-Lab77.2626-31.74730.9643

#74cfbc color RGB value is (116,207,188).

#74cfbc hex color red value is 116, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #74cfbc hue: 0.47 , saturation: 0.49 and the lightness value of 74cfbc is 0.63.

The process color (four color CMYK) of #74cfbc color hex is 0.44, 0.00, 0.09, 0.19. Web safe color of #74cfbc is #66cccc. Color #74cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001111 10111100
Octal 164 317 274
Decimal 116 207 188
Hex 74 CF BC

RGB Percentages of Color #74cfbc

%22.70
%40.51
%36.79

CMYK Percentages of Color #74cfbc

%44
%0
%9
%19

Triadic Colors of #74cfbc

#74cfbc #bc74cf #cfbc74

Analogous Colors of #74cfbc

#74cfbc #74b5cf #74cf8f

Monochromatic Colors of #74cfbc

#74cfbc

Complementary Color

#74cfbc #cf7487

#74cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cfbc Color CSS Codes

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

#74cfbc Text Font Color

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

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


#74cfbc Background Color

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

This div background color is #74cfbc


#74cfbc Border Color

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

This div border color is #74cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cfbc


Comments

No comments written yet.

Please login to write comment.