Color Hex Logo

#7df3f8 Color Hex

#7DF3F8
(125,243,248)
0 Favorites   0 Comments

Color spaces of #7df3f8

RGB 125243248
HSL0.510.900.73
HSV182°50°97°
CMYK 0.500.020.00   0.03
XYZ57.451375.2385100.3014
Yxy75.23850.24660.3229
Hunter Lab86.7401-33.5679-7.8415
CIE-Lab89.5046-32.0045-12.6968

#7df3f8 color RGB value is (125,243,248).

#7df3f8 hex color red value is 125, green value is 243 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #7df3f8 hue: 0.51 , saturation: 0.90 and the lightness value of 7df3f8 is 0.73.

The process color (four color CMYK) of #7df3f8 color hex is 0.50, 0.02, 0.00, 0.03. Web safe color of #7df3f8 is #66ffff. Color #7df3f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110011 11111000
Octal 175 363 370
Decimal 125 243 248
Hex 7D F3 F8

RGB Percentages of Color #7df3f8

%20.29
%39.45
%40.26

CMYK Percentages of Color #7df3f8

%50
%2
%0
%3

Triadic Colors of #7df3f8

#7df3f8 #f87df3 #f3f87d

Analogous Colors of #7df3f8

#7df3f8 #7db6f8 #7df8c0

Monochromatic Colors of #7df3f8

#7df3f8

Complementary Color

#7df3f8 #f8827d

#7df3f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df3f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df3f8 Color CSS Codes

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

#7df3f8 Text Font Color

<p style="color:#7df3f8">Text here</p>

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


#7df3f8 Background Color

<div style="background-color:#7df3f8">
Div content here</div>

This div background color is #7df3f8


#7df3f8 Border Color

<div style="border:3px solid #7df3f8">
Div here</div>

This div border color is #7df3f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,243,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7df3f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7df3f8;
  -webkit-box-shadow: 1px 1px 3px 2px #7df3f8;
  box-shadow:         1px 1px 3px 2px #7df3f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,243,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df3f8

Related Colors


Comments

No comments written yet.

Please login to write comment.