Color Hex Logo

#74ffca Color Hex

#74FFCA
(116,255,202)
0 Favorites   0 Comments

Color spaces of #74ffca

RGB 116255202
HSL0.441.000.73
HSV157°55°100°
CMYK 0.550.000.21   0.00
XYZ53.623179.497368.3954
Yxy79.49730.26610.3945
Hunter Lab89.1613-48.679316.9317
CIE-Lab91.4588-50.034513.9890

#74ffca color RGB value is (116,255,202).

#74ffca hex color red value is 116, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #74ffca hue: 0.44 , saturation: 1.00 and the lightness value of 74ffca is 0.73.

The process color (four color CMYK) of #74ffca color hex is 0.55, 0.00, 0.21, 0.00. Web safe color of #74ffca is #66ffcc. Color #74ffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111111 11001010
Octal 164 377 312
Decimal 116 255 202
Hex 74 FF CA

RGB Percentages of Color #74ffca

%20.24
%44.50
%35.25

CMYK Percentages of Color #74ffca

%55
%0
%21
%0

Triadic Colors of #74ffca

#74ffca #ca74ff #ffca74

Analogous Colors of #74ffca

#74ffca #74efff #74ff85

Monochromatic Colors of #74ffca

#74ffca

Complementary Color

#74ffca #ff74a9

#74ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ffca Color CSS Codes

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

#74ffca Text Font Color

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

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


#74ffca Background Color

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

This div background color is #74ffca


#74ffca Border Color

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

This div border color is #74ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ffca

Related Colors


Comments

No comments written yet.

Please login to write comment.