Color Hex Logo

#7cafba Color Hex

#7CAFBA
(124,175,186)
0 Favorites   0 Comments

Color spaces of #7cafba

RGB 124175186
HSL0.530.310.61
HSV191°33°73°
CMYK 0.330.060.00   0.27
XYZ32.505138.490252.1705
Yxy38.49020.26390.3125
Hunter Lab62.0405-15.0486-6.4293
CIE-Lab68.3804-14.0524-11.0180

#7cafba color RGB value is (124,175,186).

#7cafba hex color red value is 124, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7cafba hue: 0.53 , saturation: 0.31 and the lightness value of 7cafba is 0.61.

The process color (four color CMYK) of #7cafba color hex is 0.33, 0.06, 0.00, 0.27. Web safe color of #7cafba is #6699cc. Color #7cafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 10111010
Octal 174 257 272
Decimal 124 175 186
Hex 7C AF BA

RGB Percentages of Color #7cafba

%25.57
%36.08
%38.35

CMYK Percentages of Color #7cafba

%33
%6
%0
%27

Triadic Colors of #7cafba

#7cafba #ba7caf #afba7c

Analogous Colors of #7cafba

#7cafba #7c90ba #7cbaa6

Monochromatic Colors of #7cafba

#7cafba

Complementary Color

#7cafba #ba877c

#7cafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafba Color CSS Codes

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

#7cafba Text Font Color

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

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


#7cafba Background Color

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

This div background color is #7cafba


#7cafba Border Color

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

This div border color is #7cafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafba


Comments

No comments written yet.

Please login to write comment.