Color Hex Logo

#7debff Color Hex

#7DEBFF
(125,235,255)
0 Favorites   0 Comments

Color spaces of #7debff

RGB 125235255
HSL0.531.000.75
HSV189°51°100°
CMYK 0.510.080.00   0.00
XYZ56.215870.9966105.3486
Yxy70.99660.24170.3053
Hunter Lab84.2595-28.3634-15.1479
CIE-Lab87.4834-26.3447-19.3925

#7debff color RGB value is (125,235,255).

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

The process color (four color CMYK) of #7debff color hex is 0.51, 0.08, 0.00, 0.00. Web safe color of #7debff is #66ffff. Color #7debff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11111111
Octal 175 353 377
Decimal 125 235 255
Hex 7D EB FF

RGB Percentages of Color #7debff

%20.33
%38.21
%41.46

CMYK Percentages of Color #7debff

%51
%8
%0
%0

Triadic Colors of #7debff

#7debff #ff7deb #ebff7d

Analogous Colors of #7debff

#7debff #7daaff #7dffd2

Monochromatic Colors of #7debff

#7debff

Complementary Color

#7debff #ff917d

#7debff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debff Color CSS Codes

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

#7debff Text Font Color

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

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


#7debff Background Color

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

This div background color is #7debff


#7debff Border Color

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

This div border color is #7debff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,235,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 #7debff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debff

Related Colors


Comments

No comments written yet.

Please login to write comment.