Color Hex Logo

#7ddfeb Color Hex

#7DDFEB
(125,223,235)
0 Favorites   0 Comments

Color spaces of #7ddfeb

RGB 125223235
HSL0.520.730.71
HSV187°47°92°
CMYK 0.470.050.00   0.08
XYZ49.840563.133588.1564
Yxy63.13350.24780.3139
Hunter Lab79.4566-27.0819-10.1621
CIE-Lab83.5126-25.7358-14.8332

#7ddfeb color RGB value is (125,223,235).

#7ddfeb hex color red value is 125, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7ddfeb hue: 0.52 , saturation: 0.73 and the lightness value of 7ddfeb is 0.71.

The process color (four color CMYK) of #7ddfeb color hex is 0.47, 0.05, 0.00, 0.08. Web safe color of #7ddfeb is #66ccff. Color #7ddfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11101011
Octal 175 337 353
Decimal 125 223 235
Hex 7D DF EB

RGB Percentages of Color #7ddfeb

%21.44
%38.25
%40.31

CMYK Percentages of Color #7ddfeb

%47
%5
%0
%8

Triadic Colors of #7ddfeb

#7ddfeb #eb7ddf #dfeb7d

Analogous Colors of #7ddfeb

#7ddfeb #7da8eb #7debc0

Monochromatic Colors of #7ddfeb

#7ddfeb

Complementary Color

#7ddfeb #eb897d

#7ddfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfeb Color CSS Codes

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

#7ddfeb Text Font Color

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

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


#7ddfeb Background Color

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

This div background color is #7ddfeb


#7ddfeb Border Color

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

This div border color is #7ddfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfeb


Comments

No comments written yet.

Please login to write comment.