Color Hex Logo

#7bddcc Color Hex

#7BDDCC
(123,221,204)
0 Favorites   0 Comments

Color spaces of #7bddcc

RGB 123221204
HSL0.470.590.67
HSV170°44°87°
CMYK 0.440.000.08   0.13
XYZ44.923960.283566.3949
Yxy60.28350.26180.3513
Hunter Lab77.6424-32.59423.6487
CIE-Lab81.9920-32.9014-0.6465

#7bddcc color RGB value is (123,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11001100
Octal 173 335 314
Decimal 123 221 204
Hex 7B DD CC

RGB Percentages of Color #7bddcc

%22.45
%40.33
%37.23

CMYK Percentages of Color #7bddcc

%44
%0
%8
%13

Triadic Colors of #7bddcc

#7bddcc #cc7bdd #ddcc7b

Analogous Colors of #7bddcc

#7bddcc #7bbddd #7bdd9b

Monochromatic Colors of #7bddcc

#7bddcc

Complementary Color

#7bddcc #dd7b8c

#7bddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddcc Color CSS Codes

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

#7bddcc Text Font Color

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

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


#7bddcc Background Color

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

This div background color is #7bddcc


#7bddcc Border Color

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

This div border color is #7bddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddcc


Comments

No comments written yet.

Please login to write comment.