Color Hex Logo

#74ffdb Color Hex

#74FFDB
(116,255,219)
0 Favorites   0 Comments

Color spaces of #74ffdb

RGB 116255219
HSL0.461.000.73
HSV164°55°100°
CMYK 0.550.000.14   0.00
XYZ55.748680.347579.5882
Yxy80.34750.25850.3725
Hunter Lab89.6368-45.848210.1023
CIE-Lab91.8406-46.29175.7715

#74ffdb color RGB value is (116,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111111 11011011
Octal 164 377 333
Decimal 116 255 219
Hex 74 FF DB

RGB Percentages of Color #74ffdb

%19.66
%43.22
%37.12

CMYK Percentages of Color #74ffdb

%55
%0
%14
%0

Triadic Colors of #74ffdb

#74ffdb #db74ff #ffdb74

Analogous Colors of #74ffdb

#74ffdb #74deff #74ff96

Monochromatic Colors of #74ffdb

#74ffdb

Complementary Color

#74ffdb #ff7498

#74ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ffdb Color CSS Codes

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

#74ffdb Text Font Color

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

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


#74ffdb Background Color

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

This div background color is #74ffdb


#74ffdb Border Color

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

This div border color is #74ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ffdb


Comments

No comments written yet.

Please login to write comment.