Color Hex Logo

#7bcbdb Color Hex

#7BCBDB
(123,203,219)
0 Favorites   0 Comments

Color spaces of #7bcbdb

RGB 123203219
HSL0.530.570.67
HSV190°44°86°
CMYK 0.440.070.00   0.14
XYZ42.310552.037374.8320
Yxy52.03730.25010.3076
Hunter Lab72.1369-21.5438-11.0093
CIE-Lab77.3031-20.3945-15.6302

#7bcbdb color RGB value is (123,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11011011
Octal 173 313 333
Decimal 123 203 219
Hex 7B CB DB

RGB Percentages of Color #7bcbdb

%22.57
%37.25
%40.18

CMYK Percentages of Color #7bcbdb

%44
%7
%0
%14

Triadic Colors of #7bcbdb

#7bcbdb #db7bcb #cbdb7b

Analogous Colors of #7bcbdb

#7bcbdb #7b9bdb #7bdbbb

Monochromatic Colors of #7bcbdb

#7bcbdb

Complementary Color

#7bcbdb #db8b7b

#7bcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbdb Color CSS Codes

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

#7bcbdb Text Font Color

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

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


#7bcbdb Background Color

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

This div background color is #7bcbdb


#7bcbdb Border Color

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

This div border color is #7bcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbdb


Comments

No comments written yet.

Please login to write comment.