Color Hex Logo

#7ddbe3 Color Hex

#7DDBE3
(125,219,227)
0 Favorites   0 Comments

Color spaces of #7ddbe3

RGB 125219227
HSL0.510.650.69
HSV185°45°89°
CMYK 0.450.040.00   0.11
XYZ47.654160.569181.8524
Yxy60.56910.25070.3187
Hunter Lab77.8262-26.8976-7.8790
CIE-Lab82.1465-25.8320-12.6348

#7ddbe3 color RGB value is (125,219,227).

#7ddbe3 hex color red value is 125, green value is 219 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7ddbe3 hue: 0.51 , saturation: 0.65 and the lightness value of 7ddbe3 is 0.69.

The process color (four color CMYK) of #7ddbe3 color hex is 0.45, 0.04, 0.00, 0.11. Web safe color of #7ddbe3 is #66cccc. Color #7ddbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11100011
Octal 175 333 343
Decimal 125 219 227
Hex 7D DB E3

RGB Percentages of Color #7ddbe3

%21.89
%38.35
%39.75

CMYK Percentages of Color #7ddbe3

%45
%4
%0
%11

Triadic Colors of #7ddbe3

#7ddbe3 #e37ddb #dbe37d

Analogous Colors of #7ddbe3

#7ddbe3 #7da8e3 #7de3b8

Monochromatic Colors of #7ddbe3

#7ddbe3

Complementary Color

#7ddbe3 #e3857d

#7ddbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbe3 Color CSS Codes

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

#7ddbe3 Text Font Color

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

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


#7ddbe3 Background Color

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

This div background color is #7ddbe3


#7ddbe3 Border Color

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

This div border color is #7ddbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbe3

#7ddbe3 Color Palettes


Comments

No comments written yet.

Please login to write comment.