Color Hex Logo

#7dbede Color Hex

#7DBEDE
(125,190,222)
0 Favorites   0 Comments

Color spaces of #7dbede

RGB 125190222
HSL0.550.600.68
HSV200°44°87°
CMYK 0.440.140.00   0.13
XYZ40.055746.460875.9639
Yxy46.46080.24650.2859
Hunter Lab68.1622-14.3877-18.3627
CIE-Lab73.8435-12.3884-22.4805

#7dbede color RGB value is (125,190,222).

#7dbede hex color red value is 125, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7dbede hue: 0.55 , saturation: 0.60 and the lightness value of 7dbede is 0.68.

The process color (four color CMYK) of #7dbede color hex is 0.44, 0.14, 0.00, 0.13. Web safe color of #7dbede is #66cccc. Color #7dbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11011110
Octal 175 276 336
Decimal 125 190 222
Hex 7D BE DE

RGB Percentages of Color #7dbede

%23.28
%35.38
%41.34

CMYK Percentages of Color #7dbede

%44
%14
%0
%13

Triadic Colors of #7dbede

#7dbede #de7dbe #bede7d

Analogous Colors of #7dbede

#7dbede #7d8ede #7ddece

Monochromatic Colors of #7dbede

#7dbede

Complementary Color

#7dbede #de9d7d

#7dbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbede Color CSS Codes

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

#7dbede Text Font Color

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

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


#7dbede Background Color

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

This div background color is #7dbede


#7dbede Border Color

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

This div border color is #7dbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbede


Comments

No comments written yet.

Please login to write comment.