Color Hex Logo

#7bedfa Color Hex

#7BEDFA
(123,237,250)
0 Favorites   0 Comments

Color spaces of #7bedfa

RGB 123237250
HSL0.520.930.73
HSV186°51°98°
CMYK 0.510.050.00   0.02
XYZ55.707971.6815101.3423
Yxy71.68150.24360.3134
Hunter Lab84.6649-30.7140-11.7035
CIE-Lab87.8151-29.0423-16.2806

#7bedfa color RGB value is (123,237,250).

#7bedfa hex color red value is 123, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7bedfa hue: 0.52 , saturation: 0.93 and the lightness value of 7bedfa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 11111010
Octal 173 355 372
Decimal 123 237 250
Hex 7B ED FA

RGB Percentages of Color #7bedfa

%20.16
%38.85
%40.98

CMYK Percentages of Color #7bedfa

%51
%5
%0
%2

Triadic Colors of #7bedfa

#7bedfa #fa7bed #edfa7b

Analogous Colors of #7bedfa

#7bedfa #7baefa #7bfac8

Monochromatic Colors of #7bedfa

#7bedfa

Complementary Color

#7bedfa #fa887b

#7bedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedfa Color CSS Codes

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

#7bedfa Text Font Color

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

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


#7bedfa Background Color

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

This div background color is #7bedfa


#7bedfa Border Color

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

This div border color is #7bedfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,237,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bedfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bedfa;
  -webkit-box-shadow: 1px 1px 3px 2px #7bedfa;
  box-shadow:         1px 1px 3px 2px #7bedfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,237,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedfa


Comments

No comments written yet.

Please login to write comment.