Color Hex Logo

#7fddf8 Color Hex

#7FDDF8
(127,221,248)
0 Favorites   0 Comments

Color spaces of #7fddf8

RGB 127221248
HSL0.540.900.74
HSV193°49°97°
CMYK 0.490.110.00   0.03
XYZ51.552163.002298.2505
Yxy63.00220.24230.2961
Hunter Lab79.3739-22.9715-17.8285
CIE-Lab83.4435-20.8747-21.8114

#7fddf8 color RGB value is (127,221,248).

#7fddf8 hex color red value is 127, green value is 221 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #7fddf8 hue: 0.54 , saturation: 0.90 and the lightness value of 7fddf8 is 0.74.

The process color (four color CMYK) of #7fddf8 color hex is 0.49, 0.11, 0.00, 0.03. Web safe color of #7fddf8 is #66ccff. Color #7fddf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 11111000
Octal 177 335 370
Decimal 127 221 248
Hex 7F DD F8

RGB Percentages of Color #7fddf8

%21.31
%37.08
%41.61

CMYK Percentages of Color #7fddf8

%49
%11
%0
%3

Triadic Colors of #7fddf8

#7fddf8 #f87fdd #ddf87f

Analogous Colors of #7fddf8

#7fddf8 #7fa1f8 #7ff8d7

Monochromatic Colors of #7fddf8

#7fddf8

Complementary Color

#7fddf8 #f89a7f

#7fddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddf8 Color CSS Codes

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

#7fddf8 Text Font Color

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

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


#7fddf8 Background Color

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

This div background color is #7fddf8


#7fddf8 Border Color

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

This div border color is #7fddf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,221,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 #7fddf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddf8


Comments

No comments written yet.

Please login to write comment.