Color Hex Logo

#7bddc5 Color Hex

#7BDDC5
(123,221,197)
0 Favorites   0 Comments

Color spaces of #7bddc5

RGB 123221197
HSL0.460.590.67
HSV165°44°87°
CMYK 0.440.000.11   0.13
XYZ44.102959.955162.0713
Yxy59.95510.26550.3609
Hunter Lab77.4307-33.83386.6724
CIE-Lab81.8138-34.52032.8104

#7bddc5 color RGB value is (123,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11000101
Octal 173 335 305
Decimal 123 221 197
Hex 7B DD C5

RGB Percentages of Color #7bddc5

%22.74
%40.85
%36.41

CMYK Percentages of Color #7bddc5

%44
%0
%11
%13

Triadic Colors of #7bddc5

#7bddc5 #c57bdd #ddc57b

Analogous Colors of #7bddc5

#7bddc5 #7bc4dd #7bdd94

Monochromatic Colors of #7bddc5

#7bddc5

Complementary Color

#7bddc5 #dd7b93

#7bddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddc5 Color CSS Codes

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

#7bddc5 Text Font Color

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

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


#7bddc5 Background Color

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

This div background color is #7bddc5


#7bddc5 Border Color

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

This div border color is #7bddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddc5


Comments

No comments written yet.

Please login to write comment.