Color Hex Logo

#76fdf0 Color Hex

#76FDF0
(118,253,240)
0 Favorites   0 Comments

Color spaces of #76fdf0

RGB 118253240
HSL0.480.970.73
HSV174°53°99°
CMYK 0.530.000.05   0.01
XYZ58.324780.393494.8815
Yxy80.39340.24970.3442
Hunter Lab89.6624-40.79620.0225
CIE-Lab91.8611-40.0302-5.0636

#76fdf0 color RGB value is (118,253,240).

#76fdf0 hex color red value is 118, green value is 253 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #76fdf0 hue: 0.48 , saturation: 0.97 and the lightness value of 76fdf0 is 0.73.

The process color (four color CMYK) of #76fdf0 color hex is 0.53, 0.00, 0.05, 0.01. Web safe color of #76fdf0 is #66ffff. Color #76fdf0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 11110000
Octal 166 375 360
Decimal 118 253 240
Hex 76 FD F0

RGB Percentages of Color #76fdf0

%19.31
%41.41
%39.28

CMYK Percentages of Color #76fdf0

%53
%0
%5
%1

Triadic Colors of #76fdf0

#76fdf0 #f076fd #fdf076

Analogous Colors of #76fdf0

#76fdf0 #76c7fd #76fdad

Monochromatic Colors of #76fdf0

#76fdf0

Complementary Color

#76fdf0 #fd7683

#76fdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdf0 Color CSS Codes

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

#76fdf0 Text Font Color

<p style="color:#76fdf0">Text here</p>

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


#76fdf0 Background Color

<div style="background-color:#76fdf0">
Div content here</div>

This div background color is #76fdf0


#76fdf0 Border Color

<div style="border:3px solid #76fdf0">
Div here</div>

This div border color is #76fdf0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,253,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76fdf0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76fdf0;
  -webkit-box-shadow: 1px 1px 3px 2px #76fdf0;
  box-shadow:         1px 1px 3px 2px #76fdf0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,253,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdf0

Related Colors


Comments

No comments written yet.

Please login to write comment.