Color Hex Logo

#7bbedf Color Hex

#7BBEDF
(123,190,223)
0 Favorites   0 Comments

Color spaces of #7bbedf

RGB 123190223
HSL0.560.610.68
HSV200°45°87°
CMYK 0.450.150.00   0.13
XYZ39.901146.365676.6585
Yxy46.36560.24490.2846
Hunter Lab68.0923-14.5631-19.0843
CIE-Lab73.7821-12.6067-23.1254

#7bbedf color RGB value is (123,190,223).

#7bbedf hex color red value is 123, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7bbedf hue: 0.56 , saturation: 0.61 and the lightness value of 7bbedf is 0.68.

The process color (four color CMYK) of #7bbedf color hex is 0.45, 0.15, 0.00, 0.13. Web safe color of #7bbedf is #66cccc. Color #7bbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11011111
Octal 173 276 337
Decimal 123 190 223
Hex 7B BE DF

RGB Percentages of Color #7bbedf

%22.95
%35.45
%41.60

CMYK Percentages of Color #7bbedf

%45
%15
%0
%13

Triadic Colors of #7bbedf

#7bbedf #df7bbe #bedf7b

Analogous Colors of #7bbedf

#7bbedf #7b8cdf #7bdfce

Monochromatic Colors of #7bbedf

#7bbedf

Complementary Color

#7bbedf #df9c7b

#7bbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbedf Color CSS Codes

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

#7bbedf Text Font Color

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

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


#7bbedf Background Color

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

This div background color is #7bbedf


#7bbedf Border Color

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

This div border color is #7bbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbedf


Comments

No comments written yet.

Please login to write comment.