Color Hex Logo

#7bdcdb Color Hex

#7BDCDB
(123,220,219)
0 Favorites   0 Comments

Color spaces of #7bdcdb

RGB 123220219
HSL0.500.580.67
HSV179°44°86°
CMYK 0.440.000.00   0.14
XYZ46.547860.511876.2445
Yxy60.51180.25390.3301
Hunter Lab77.7893-29.3200-3.6600
CIE-Lab82.1156-28.7965-8.4365

#7bdcdb color RGB value is (123,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 11011011
Octal 173 334 333
Decimal 123 220 219
Hex 7B DC DB

RGB Percentages of Color #7bdcdb

%21.89
%39.15
%38.97

CMYK Percentages of Color #7bdcdb

%44
%0
%0
%14

Triadic Colors of #7bdcdb

#7bdcdb #db7bdc #dcdb7b

Analogous Colors of #7bdcdb

#7bdcdb #7baddc #7bdcab

Monochromatic Colors of #7bdcdb

#7bdcdb

Complementary Color

#7bdcdb #dc7b7c

#7bdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcdb Color CSS Codes

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

#7bdcdb Text Font Color

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

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


#7bdcdb Background Color

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

This div background color is #7bdcdb


#7bdcdb Border Color

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

This div border color is #7bdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcdb


Comments

No comments written yet.

Please login to write comment.