Color Hex Logo

#4abbda Color Hex

#4ABBDA
(74,187,218)
0 Favorites   0 Comments

Color spaces of #4abbda

RGB 74187218
HSL0.540.660.57
HSV193°66°85°
CMYK 0.660.140.00   0.15
XYZ33.249342.058472.6953
Yxy42.05840.22470.2842
Hunter Lab64.8524-21.9763-21.0635
CIE-Lab70.9112-22.3127-24.9548

#4abbda color RGB value is (74,187,218).

#4abbda hex color red value is 74, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4abbda hue: 0.54 , saturation: 0.66 and the lightness value of 4abbda is 0.57.

The process color (four color CMYK) of #4abbda color hex is 0.66, 0.14, 0.00, 0.15. Web safe color of #4abbda is #33cccc. Color #4abbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 11011010
Octal 112 273 332
Decimal 74 187 218
Hex 4A BB DA

RGB Percentages of Color #4abbda

%15.45
%39.04
%45.51

CMYK Percentages of Color #4abbda

%66
%14
%0
%15

Triadic Colors of #4abbda

#4abbda #da4abb #bbda4a

Analogous Colors of #4abbda

#4abbda #4a73da #4adab1

Monochromatic Colors of #4abbda

#4abbda

Complementary Color

#4abbda #da694a

#4abbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbda Color CSS Codes

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

#4abbda Text Font Color

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

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


#4abbda Background Color

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

This div background color is #4abbda


#4abbda Border Color

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

This div border color is #4abbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,187,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4abbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4abbda;
  -webkit-box-shadow: 1px 1px 3px 2px #4abbda;
  box-shadow:         1px 1px 3px 2px #4abbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,187,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbda


Comments

No comments written yet.

Please login to write comment.