Color Hex Logo

#7cafbe Color Hex

#7CAFBE
(124,175,190)
0 Favorites   0 Comments

Color spaces of #7cafbe

RGB 124175190
HSL0.540.340.62
HSV194°35°75°
CMYK 0.350.080.00   0.25
XYZ32.936438.662754.4419
Yxy38.66270.26130.3067
Hunter Lab62.1793-14.2624-8.3866
CIE-Lab68.5062-13.0552-13.0401

#7cafbe color RGB value is (124,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 10111110
Octal 174 257 276
Decimal 124 175 190
Hex 7C AF BE

RGB Percentages of Color #7cafbe

%25.36
%35.79
%38.85

CMYK Percentages of Color #7cafbe

%35
%8
%0
%25

Triadic Colors of #7cafbe

#7cafbe #be7caf #afbe7c

Analogous Colors of #7cafbe

#7cafbe #7c8ebe #7cbeac

Monochromatic Colors of #7cafbe

#7cafbe

Complementary Color

#7cafbe #be8b7c

#7cafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafbe Color CSS Codes

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

#7cafbe Text Font Color

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

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


#7cafbe Background Color

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

This div background color is #7cafbe


#7cafbe Border Color

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

This div border color is #7cafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafbe


Comments

No comments written yet.

Please login to write comment.