Color Hex Logo

#4cafbe Color Hex

#4CAFBE
(76,175,190)
0 Favorites   0 Comments

Color spaces of #4cafbe

RGB 76175190
HSL0.520.470.52
HSV188°60°75°
CMYK 0.600.080.00   0.25
XYZ27.604735.914154.1924
Yxy35.91410.23450.3051
Hunter Lab59.9284-22.6525-11.6653
CIE-Lab66.4542-24.2866-16.3351

#4cafbe color RGB value is (76,175,190).

#4cafbe hex color red value is 76, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4cafbe hue: 0.52 , saturation: 0.47 and the lightness value of 4cafbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 10111110
Octal 114 257 276
Decimal 76 175 190
Hex 4C AF BE

RGB Percentages of Color #4cafbe

%17.23
%39.68
%43.08

CMYK Percentages of Color #4cafbe

%60
%8
%0
%25

Triadic Colors of #4cafbe

#4cafbe #be4caf #afbe4c

Analogous Colors of #4cafbe

#4cafbe #4c76be #4cbe94

Monochromatic Colors of #4cafbe

#4cafbe

Complementary Color

#4cafbe #be5b4c

#4cafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafbe Color CSS Codes

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

#4cafbe Text Font Color

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

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


#4cafbe Background Color

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

This div background color is #4cafbe


#4cafbe Border Color

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

This div border color is #4cafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafbe


Comments

No comments written yet.

Please login to write comment.