Color Hex Logo

#7cadb3 Color Hex

#7CADB3
(124,173,179)
0 Favorites   0 Comments

Color spaces of #7cadb3

RGB 124173179
HSL0.520.270.59
HSV187°31°70°
CMYK 0.310.030.00   0.30
XYZ31.392437.426948.2174
Yxy37.42690.26820.3198
Hunter Lab61.1775-15.4659-3.9055
CIE-Lab67.5961-14.7081-8.3131

#7cadb3 color RGB value is (124,173,179).

#7cadb3 hex color red value is 124, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #7cadb3 hue: 0.52 , saturation: 0.27 and the lightness value of 7cadb3 is 0.59.

The process color (four color CMYK) of #7cadb3 color hex is 0.31, 0.03, 0.00, 0.30. Web safe color of #7cadb3 is #6699cc. Color #7cadb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 10110011
Octal 174 255 263
Decimal 124 173 179
Hex 7C AD B3

RGB Percentages of Color #7cadb3

%26.05
%36.34
%37.61

CMYK Percentages of Color #7cadb3

%31
%3
%0
%30

Triadic Colors of #7cadb3

#7cadb3 #b37cad #adb37c

Analogous Colors of #7cadb3

#7cadb3 #7c92b3 #7cb39e

Monochromatic Colors of #7cadb3

#7cadb3

Complementary Color

#7cadb3 #b3827c

#7cadb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadb3 Color CSS Codes

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

#7cadb3 Text Font Color

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

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


#7cadb3 Background Color

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

This div background color is #7cadb3


#7cadb3 Border Color

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

This div border color is #7cadb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,173,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cadb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cadb3;
  -webkit-box-shadow: 1px 1px 3px 2px #7cadb3;
  box-shadow:         1px 1px 3px 2px #7cadb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,173,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadb3


Comments

No comments written yet.

Please login to write comment.