Color Hex Logo

#7bbddf Color Hex

#7BBDDF
(123,189,223)
0 Favorites   0 Comments

Color spaces of #7bbddf

RGB 123189223
HSL0.560.610.68
HSV200°45°87°
CMYK 0.450.150.00   0.13
XYZ39.685345.933976.5865
Yxy45.93390.24470.2832
Hunter Lab67.7746-14.0850-19.5566
CIE-Lab73.5026-12.0780-23.5516

#7bbddf color RGB value is (123,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 11011111
Octal 173 275 337
Decimal 123 189 223
Hex 7B BD DF

RGB Percentages of Color #7bbddf

%22.99
%35.33
%41.68

CMYK Percentages of Color #7bbddf

%45
%15
%0
%13

Triadic Colors of #7bbddf

#7bbddf #df7bbd #bddf7b

Analogous Colors of #7bbddf

#7bbddf #7b8bdf #7bdfcf

Monochromatic Colors of #7bbddf

#7bbddf

Complementary Color

#7bbddf #df9d7b

#7bbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbddf Color CSS Codes

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

#7bbddf Text Font Color

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

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


#7bbddf Background Color

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

This div background color is #7bbddf


#7bbddf Border Color

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

This div border color is #7bbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbddf


Comments

No comments written yet.

Please login to write comment.