Color Hex Logo

#74cfca Color Hex

#74CFCA
(116,207,202)
0 Favorites   0 Comments

Color spaces of #74cfca

RGB 116207202
HSL0.490.490.63
HSV177°44°81°
CMYK 0.440.000.02   0.19
XYZ40.176052.602963.9130
Yxy52.60290.25640.3357
Hunter Lab72.5279-28.0457-1.4780
CIE-Lab77.6400-28.3774-6.0100

#74cfca color RGB value is (116,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001111 11001010
Octal 164 317 312
Decimal 116 207 202
Hex 74 CF CA

RGB Percentages of Color #74cfca

%22.10
%39.43
%38.48

CMYK Percentages of Color #74cfca

%44
%0
%2
%19

Triadic Colors of #74cfca

#74cfca #ca74cf #cfca74

Analogous Colors of #74cfca

#74cfca #74a7cf #74cf9d

Monochromatic Colors of #74cfca

#74cfca

Complementary Color

#74cfca #cf7479

#74cfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cfca Color CSS Codes

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

#74cfca Text Font Color

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

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


#74cfca Background Color

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

This div background color is #74cfca


#74cfca Border Color

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

This div border color is #74cfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cfca


Comments

No comments written yet.

Please login to write comment.