Color Hex Logo

#7ddbfa Color Hex

#7DDBFA
(125,219,250)
0 Favorites   0 Comments

Color spaces of #7ddbfa

RGB 125219250
HSL0.540.930.74
HSV195°50°98°
CMYK 0.500.120.00   0.02
XYZ51.044361.925199.7049
Yxy61.92510.24000.2912
Hunter Lab78.6925-21.9269-20.0368
CIE-Lab82.8736-19.7612-23.7430

#7ddbfa color RGB value is (125,219,250).

#7ddbfa hex color red value is 125, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7ddbfa hue: 0.54 , saturation: 0.93 and the lightness value of 7ddbfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11111010
Octal 175 333 372
Decimal 125 219 250
Hex 7D DB FA

RGB Percentages of Color #7ddbfa

%21.04
%36.87
%42.09

CMYK Percentages of Color #7ddbfa

%50
%12
%0
%2

Triadic Colors of #7ddbfa

#7ddbfa #fa7ddb #dbfa7d

Analogous Colors of #7ddbfa

#7ddbfa #7d9dfa #7dfadb

Monochromatic Colors of #7ddbfa

#7ddbfa

Complementary Color

#7ddbfa #fa9c7d

#7ddbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbfa Color CSS Codes

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

#7ddbfa Text Font Color

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

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


#7ddbfa Background Color

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

This div background color is #7ddbfa


#7ddbfa Border Color

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

This div border color is #7ddbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbfa


Comments

No comments written yet.

Please login to write comment.