Color Hex Logo

#7dbeff Color Hex

#7DBEFF
(125,190,255)
0 Favorites   0 Comments

Color spaces of #7dbeff

RGB 125190255
HSL0.581.000.75
HSV210°51°100°
CMYK 0.510.250.00   0.00
XYZ44.920948.4069101.5836
Yxy48.40690.23050.2484
Hunter Lab69.5751-6.5085-37.8643
CIE-Lab75.0809-3.1205-38.3910

#7dbeff color RGB value is (125,190,255).

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

The process color (four color CMYK) of #7dbeff color hex is 0.51, 0.25, 0.00, 0.00. Web safe color of #7dbeff is #66ccff. Color #7dbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11111111
Octal 175 276 377
Decimal 125 190 255
Hex 7D BE FF

RGB Percentages of Color #7dbeff

%21.93
%33.33
%44.74

CMYK Percentages of Color #7dbeff

%51
%25
%0
%0

Triadic Colors of #7dbeff

#7dbeff #ff7dbe #beff7d

Analogous Colors of #7dbeff

#7dbeff #7d7dff #7dffff

Monochromatic Colors of #7dbeff

#7dbeff

Complementary Color

#7dbeff #ffbe7d

#7dbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbeff Color CSS Codes

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

#7dbeff Text Font Color

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

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


#7dbeff Background Color

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

This div background color is #7dbeff


#7dbeff Border Color

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

This div border color is #7dbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.