Color Hex Logo

#74edca Color Hex

#74EDCA
(116,237,202)
0 Favorites   0 Comments

Color spaces of #74edca

RGB 116237202
HSL0.450.770.69
HSV163°51°93°
CMYK 0.510.000.15   0.07
XYZ48.147368.545666.5701
Yxy68.54560.26270.3740
Hunter Lab82.7923-41.081010.2818
CIE-Lab86.2785-42.27676.5949

#74edca color RGB value is (116,237,202).

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

The process color (four color CMYK) of #74edca color hex is 0.51, 0.00, 0.15, 0.07. Web safe color of #74edca is #66ffcc. Color #74edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101101 11001010
Octal 164 355 312
Decimal 116 237 202
Hex 74 ED CA

RGB Percentages of Color #74edca

%20.90
%42.70
%36.40

CMYK Percentages of Color #74edca

%51
%0
%15
%7

Triadic Colors of #74edca

#74edca #ca74ed #edca74

Analogous Colors of #74edca

#74edca #74d4ed #74ed8e

Monochromatic Colors of #74edca

#74edca

Complementary Color

#74edca #ed7497

#74edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74edca Color CSS Codes

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

#74edca Text Font Color

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

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


#74edca Background Color

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

This div background color is #74edca


#74edca Border Color

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

This div border color is #74edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74edca


Comments

No comments written yet.

Please login to write comment.