Color Hex Logo

#4cabbe Color Hex

#4CABBE
(76,171,190)
0 Favorites   0 Comments

Color spaces of #4cabbe

RGB 76171190
HSL0.530.470.52
HSV190°60°75°
CMYK 0.600.100.00   0.25
XYZ26.837734.380053.9367
Yxy34.38000.23310.2986
Hunter Lab58.6345-20.9087-13.4956
CIE-Lab65.2631-22.2479-18.1392

#4cabbe color RGB value is (76,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 10111110
Octal 114 253 276
Decimal 76 171 190
Hex 4C AB BE

RGB Percentages of Color #4cabbe

%17.39
%39.13
%43.48

CMYK Percentages of Color #4cabbe

%60
%10
%0
%25

Triadic Colors of #4cabbe

#4cabbe #be4cab #abbe4c

Analogous Colors of #4cabbe

#4cabbe #4c72be #4cbe98

Monochromatic Colors of #4cabbe

#4cabbe

Complementary Color

#4cabbe #be5f4c

#4cabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabbe Color CSS Codes

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

#4cabbe Text Font Color

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

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


#4cabbe Background Color

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

This div background color is #4cabbe


#4cabbe Border Color

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

This div border color is #4cabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabbe


Comments

No comments written yet.

Please login to write comment.