Color Hex Logo

#7ddbef Color Hex

#7DDBEF
(125,219,239)
0 Favorites   0 Comments

Color spaces of #7ddbef

RGB 125219239
HSL0.530.780.71
HSV191°48°94°
CMYK 0.480.080.00   0.06
XYZ49.369061.255090.8827
Yxy61.25500.24500.3040
Hunter Lab78.2656-24.3691-14.0622
CIE-Lab82.5156-22.7142-18.4541

#7ddbef color RGB value is (125,219,239).

#7ddbef hex color red value is 125, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7ddbef hue: 0.53 , saturation: 0.78 and the lightness value of 7ddbef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11101111
Octal 175 333 357
Decimal 125 219 239
Hex 7D DB EF

RGB Percentages of Color #7ddbef

%21.44
%37.56
%40.99

CMYK Percentages of Color #7ddbef

%48
%8
%0
%6

Triadic Colors of #7ddbef

#7ddbef #ef7ddb #dbef7d

Analogous Colors of #7ddbef

#7ddbef #7da2ef #7defca

Monochromatic Colors of #7ddbef

#7ddbef

Complementary Color

#7ddbef #ef917d

#7ddbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbef Color CSS Codes

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

#7ddbef Text Font Color

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

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


#7ddbef Background Color

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

This div background color is #7ddbef


#7ddbef Border Color

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

This div border color is #7ddbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbef


Comments

No comments written yet.

Please login to write comment.