Color Hex Logo

#7bdbcf Color Hex

#7BDBCF
(123,219,207)
0 Favorites   0 Comments

Color spaces of #7bdbcf

RGB 123219207
HSL0.480.570.67
HSV173°44°86°
CMYK 0.440.000.05   0.14
XYZ44.762459.379068.1335
Yxy59.37900.25980.3447
Hunter Lab77.0578-31.16151.5170
CIE-Lab81.4995-31.2456-2.9634

#7bdbcf color RGB value is (123,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11001111
Octal 173 333 317
Decimal 123 219 207
Hex 7B DB CF

RGB Percentages of Color #7bdbcf

%22.40
%39.89
%37.70

CMYK Percentages of Color #7bdbcf

%44
%0
%5
%14

Triadic Colors of #7bdbcf

#7bdbcf #cf7bdb #dbcf7b

Analogous Colors of #7bdbcf

#7bdbcf #7bb7db #7bdb9f

Monochromatic Colors of #7bdbcf

#7bdbcf

Complementary Color

#7bdbcf #db7b87

#7bdbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbcf Color CSS Codes

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

#7bdbcf Text Font Color

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

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


#7bdbcf Background Color

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

This div background color is #7bdbcf


#7bdbcf Border Color

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

This div border color is #7bdbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbcf


Comments

No comments written yet.

Please login to write comment.