Color Hex Logo

#7bdacc Color Hex

#7BDACC
(123,218,204)
0 Favorites   0 Comments

Color spaces of #7bdacc

RGB 123218204
HSL0.480.560.67
HSV171°44°85°
CMYK 0.440.000.06   0.15
XYZ44.138958.713466.1332
Yxy58.71340.26120.3474
Hunter Lab76.6247-31.27002.4653
CIE-Lab81.1338-31.4840-1.9031

#7bdacc color RGB value is (123,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 11001100
Octal 173 332 314
Decimal 123 218 204
Hex 7B DA CC

RGB Percentages of Color #7bdacc

%22.57
%40.00
%37.43

CMYK Percentages of Color #7bdacc

%44
%0
%6
%15

Triadic Colors of #7bdacc

#7bdacc #cc7bda #dacc7b

Analogous Colors of #7bdacc

#7bdacc #7bb9da #7bda9d

Monochromatic Colors of #7bdacc

#7bdacc

Complementary Color

#7bdacc #da7b89

#7bdacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdacc Color CSS Codes

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

#7bdacc Text Font Color

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

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


#7bdacc Background Color

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

This div background color is #7bdacc


#7bdacc Border Color

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

This div border color is #7bdacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,218,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 #7bdacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdacc


Comments

No comments written yet.

Please login to write comment.