Color Hex Logo

#7bbddb Color Hex

#7BBDDB
(123,189,219)
0 Favorites   0 Comments

Color spaces of #7bbddb

RGB 123189219
HSL0.550.570.67
HSV199°44°86°
CMYK 0.440.140.00   0.14
XYZ39.152245.720673.7793
Yxy45.72060.24680.2882
Hunter Lab67.6170-14.9731-17.3615
CIE-Lab73.3639-13.1608-21.5905

#7bbddb color RGB value is (123,189,219).

#7bbddb hex color red value is 123, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7bbddb hue: 0.55 , saturation: 0.57 and the lightness value of 7bbddb is 0.67.

The process color (four color CMYK) of #7bbddb color hex is 0.44, 0.14, 0.00, 0.14. Web safe color of #7bbddb is #66cccc. Color #7bbddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 11011011
Octal 173 275 333
Decimal 123 189 219
Hex 7B BD DB

RGB Percentages of Color #7bbddb

%23.16
%35.59
%41.24

CMYK Percentages of Color #7bbddb

%44
%14
%0
%14

Triadic Colors of #7bbddb

#7bbddb #db7bbd #bddb7b

Analogous Colors of #7bbddb

#7bbddb #7b8ddb #7bdbc9

Monochromatic Colors of #7bbddb

#7bbddb

Complementary Color

#7bbddb #db997b

#7bbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbddb Color CSS Codes

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

#7bbddb Text Font Color

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

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


#7bbddb Background Color

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

This div background color is #7bbddb


#7bbddb Border Color

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

This div border color is #7bbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbddb


Comments

No comments written yet.

Please login to write comment.