Color Hex Logo

#7bddcb Color Hex

#7BDDCB
(123,221,203)
0 Favorites   0 Comments

Color spaces of #7bddcb

RGB 123221203
HSL0.470.590.67
HSV169°44°87°
CMYK 0.440.000.08   0.13
XYZ44.804360.235765.7651
Yxy60.23570.26230.3527
Hunter Lab77.6117-32.77454.0881
CIE-Lab81.9661-33.1357-0.1532

#7bddcb color RGB value is (123,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11001011
Octal 173 335 313
Decimal 123 221 203
Hex 7B DD CB

RGB Percentages of Color #7bddcb

%22.49
%40.40
%37.11

CMYK Percentages of Color #7bddcb

%44
%0
%8
%13

Triadic Colors of #7bddcb

#7bddcb #cb7bdd #ddcb7b

Analogous Colors of #7bddcb

#7bddcb #7bbedd #7bdd9a

Monochromatic Colors of #7bddcb

#7bddcb

Complementary Color

#7bddcb #dd7b8d

#7bddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddcb Color CSS Codes

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

#7bddcb Text Font Color

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

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


#7bddcb Background Color

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

This div background color is #7bddcb


#7bddcb Border Color

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

This div border color is #7bddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddcb


Comments

No comments written yet.

Please login to write comment.