Color Hex Logo

#7ddbff Color Hex

#7DDBFF
(125,219,255)
0 Favorites   0 Comments

Color spaces of #7ddbff

RGB 125219255
HSL0.551.000.75
HSV197°51°100°
CMYK 0.510.140.00   0.00
XYZ51.839062.2430103.8896
Yxy62.24300.23780.2856
Hunter Lab78.8942-20.7780-22.8484
CIE-Lab83.0425-18.3909-26.1318

#7ddbff color RGB value is (125,219,255).

#7ddbff hex color red value is 125, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7ddbff hue: 0.55 , saturation: 1.00 and the lightness value of 7ddbff is 0.75.

The process color (four color CMYK) of #7ddbff color hex is 0.51, 0.14, 0.00, 0.00. Web safe color of #7ddbff is #66ccff. Color #7ddbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11111111
Octal 175 333 377
Decimal 125 219 255
Hex 7D DB FF

RGB Percentages of Color #7ddbff

%20.87
%36.56
%42.57

CMYK Percentages of Color #7ddbff

%51
%14
%0
%0

Triadic Colors of #7ddbff

#7ddbff #ff7ddb #dbff7d

Analogous Colors of #7ddbff

#7ddbff #7d9aff #7dffe2

Monochromatic Colors of #7ddbff

#7ddbff

Complementary Color

#7ddbff #ffa17d

#7ddbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbff Color CSS Codes

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

#7ddbff Text Font Color

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

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


#7ddbff Background Color

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

This div background color is #7ddbff


#7ddbff Border Color

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

This div border color is #7ddbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbff


Comments

No comments written yet.

Please login to write comment.