Color Hex Logo

#7bdaaf Color Hex

#7BDAAF
(123,218,175)
0 Favorites   0 Comments

Color spaces of #7bdaaf

RGB 123218175
HSL0.420.560.67
HSV153°44°85°
CMYK 0.440.000.20   0.15
XYZ40.977657.448949.4864
Yxy57.44890.27700.3884
Hunter Lab75.7951-36.137714.3462
CIE-Lab80.4314-37.930312.4910

#7bdaaf color RGB value is (123,218,175).

#7bdaaf hex color red value is 123, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7bdaaf hue: 0.42 , saturation: 0.56 and the lightness value of 7bdaaf is 0.67.

The process color (four color CMYK) of #7bdaaf color hex is 0.44, 0.00, 0.20, 0.15. Web safe color of #7bdaaf is #66cc99. Color #7bdaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 10101111
Octal 173 332 257
Decimal 123 218 175
Hex 7B DA AF

RGB Percentages of Color #7bdaaf

%23.84
%42.25
%33.91

CMYK Percentages of Color #7bdaaf

%44
%0
%20
%15

Triadic Colors of #7bdaaf

#7bdaaf #af7bda #daaf7b

Analogous Colors of #7bdaaf

#7bdaaf #7bd6da #7bda80

Monochromatic Colors of #7bdaaf

#7bdaaf

Complementary Color

#7bdaaf #da7ba6

#7bdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdaaf Color CSS Codes

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

#7bdaaf Text Font Color

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

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


#7bdaaf Background Color

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

This div background color is #7bdaaf


#7bdaaf Border Color

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

This div border color is #7bdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdaaf


Comments

No comments written yet.

Please login to write comment.