Color Hex Logo

#7bb9ea Color Hex

#7BB9EA
(123,185,234)
0 Favorites   0 Comments

Color spaces of #7bb9ea

RGB 123185234
HSL0.570.730.70
HSV206°47°92°
CMYK 0.470.210.00   0.08
XYZ40.368644.849484.3710
Yxy44.84940.23800.2645
Hunter Lab66.9697-9.5991-27.8170
CIE-Lab72.7926-6.8850-30.6087

#7bb9ea color RGB value is (123,185,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111001 11101010
Octal 173 271 352
Decimal 123 185 234
Hex 7B B9 EA

RGB Percentages of Color #7bb9ea

%22.69
%34.13
%43.17

CMYK Percentages of Color #7bb9ea

%47
%21
%0
%8

Triadic Colors of #7bb9ea

#7bb9ea #ea7bb9 #b9ea7b

Analogous Colors of #7bb9ea

#7bb9ea #7b82ea #7beae4

Monochromatic Colors of #7bb9ea

#7bb9ea

Complementary Color

#7bb9ea #eaac7b

#7bb9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bb9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bb9ea Color CSS Codes

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

#7bb9ea Text Font Color

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

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


#7bb9ea Background Color

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

This div background color is #7bb9ea


#7bb9ea Border Color

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

This div border color is #7bb9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bb9ea


Comments

No comments written yet.

Please login to write comment.