Color Hex Logo

#7bcddb Color Hex

#7BCDDB
(123,205,219)
0 Favorites   0 Comments

Color spaces of #7bcddb

RGB 123205219
HSL0.520.570.67
HSV189°44°86°
CMYK 0.440.060.00   0.14
XYZ42.785952.988174.9905
Yxy52.98810.25060.3103
Hunter Lab72.7929-22.4697-10.1249
CIE-Lab77.8680-21.4046-14.7809

#7bcddb color RGB value is (123,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11011011
Octal 173 315 333
Decimal 123 205 219
Hex 7B CD DB

RGB Percentages of Color #7bcddb

%22.49
%37.48
%40.04

CMYK Percentages of Color #7bcddb

%44
%6
%0
%14

Triadic Colors of #7bcddb

#7bcddb #db7bcd #cddb7b

Analogous Colors of #7bcddb

#7bcddb #7b9ddb #7bdbb9

Monochromatic Colors of #7bcddb

#7bcddb

Complementary Color

#7bcddb #db897b

#7bcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcddb Color CSS Codes

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

#7bcddb Text Font Color

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

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


#7bcddb Background Color

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

This div background color is #7bcddb


#7bcddb Border Color

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

This div border color is #7bcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcddb

#7bcddb Color Palettes


Comments

No comments written yet.

Please login to write comment.