Color Hex Logo

#7cafbf Color Hex

#7CAFBF
(124,175,191)
0 Favorites   0 Comments

Color spaces of #7cafbf

RGB 124175191
HSL0.540.340.62
HSV194°35°75°
CMYK 0.350.080.00   0.25
XYZ33.046138.706655.0196
Yxy38.70660.26070.3053
Hunter Lab62.2146-14.0630-8.8830
CIE-Lab68.5382-12.8036-13.5445

#7cafbf color RGB value is (124,175,191).

#7cafbf hex color red value is 124, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7cafbf hue: 0.54 , saturation: 0.34 and the lightness value of 7cafbf is 0.62.

The process color (four color CMYK) of #7cafbf color hex is 0.35, 0.08, 0.00, 0.25. Web safe color of #7cafbf is #6699cc. Color #7cafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 10111111
Octal 174 257 277
Decimal 124 175 191
Hex 7C AF BF

RGB Percentages of Color #7cafbf

%25.31
%35.71
%38.98

CMYK Percentages of Color #7cafbf

%35
%8
%0
%25

Triadic Colors of #7cafbf

#7cafbf #bf7caf #afbf7c

Analogous Colors of #7cafbf

#7cafbf #7c8ebf #7cbfae

Monochromatic Colors of #7cafbf

#7cafbf

Complementary Color

#7cafbf #bf8c7c

#7cafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafbf Color CSS Codes

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

#7cafbf Text Font Color

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

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


#7cafbf Background Color

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

This div background color is #7cafbf


#7cafbf Border Color

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

This div border color is #7cafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafbf


Comments

No comments written yet.

Please login to write comment.