Color Hex Logo

#7bbeea Color Hex

#7BBEEA
(123,190,234)
0 Favorites   0 Comments

Color spaces of #7bbeea

RGB 123190234
HSL0.570.730.70
HSV204°47°92°
CMYK 0.470.190.00   0.08
XYZ41.433146.978484.7259
Yxy46.97840.23930.2713
Hunter Lab68.5408-12.0426-25.3121
CIE-Lab74.1760-9.5727-28.4808

#7bbeea color RGB value is (123,190,234).

#7bbeea hex color red value is 123, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7bbeea hue: 0.57 , saturation: 0.73 and the lightness value of 7bbeea is 0.70.

The process color (four color CMYK) of #7bbeea color hex is 0.47, 0.19, 0.00, 0.08. Web safe color of #7bbeea is #66ccff. Color #7bbeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11101010
Octal 173 276 352
Decimal 123 190 234
Hex 7B BE EA

RGB Percentages of Color #7bbeea

%22.49
%34.73
%42.78

CMYK Percentages of Color #7bbeea

%47
%19
%0
%8

Triadic Colors of #7bbeea

#7bbeea #ea7bbe #beea7b

Analogous Colors of #7bbeea

#7bbeea #7b87ea #7beadf

Monochromatic Colors of #7bbeea

#7bbeea

Complementary Color

#7bbeea #eaa77b

#7bbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeea Color CSS Codes

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

#7bbeea Text Font Color

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

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


#7bbeea Background Color

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

This div background color is #7bbeea


#7bbeea Border Color

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

This div border color is #7bbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeea


Comments

No comments written yet.

Please login to write comment.