Color Hex Logo

#41aebc Color Hex

#41AEBC
(65,174,188)
0 Favorites   0 Comments

Color spaces of #41aebc

RGB 65174188
HSL0.520.490.50
HSV187°65°74°
CMYK 0.650.070.00   0.26
XYZ26.393135.026852.9467
Yxy35.02680.23080.3063
Hunter Lab59.1834-23.9682-11.6136
CIE-Lab65.7695-26.2523-16.2918

#41aebc color RGB value is (65,174,188).

#41aebc hex color red value is 65, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #41aebc hue: 0.52 , saturation: 0.49 and the lightness value of 41aebc is 0.50.

The process color (four color CMYK) of #41aebc color hex is 0.65, 0.07, 0.00, 0.26. Web safe color of #41aebc is #3399cc. Color #41aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101110 10111100
Octal 101 256 274
Decimal 65 174 188
Hex 41 AE BC

RGB Percentages of Color #41aebc

%15.22
%40.75
%44.03

CMYK Percentages of Color #41aebc

%65
%7
%0
%26

Triadic Colors of #41aebc

#41aebc #bc41ae #aebc41

Analogous Colors of #41aebc

#41aebc #4171bc #41bc8d

Monochromatic Colors of #41aebc

#41aebc

Complementary Color

#41aebc #bc4f41

#41aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41aebc Color CSS Codes

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

#41aebc Text Font Color

<p style="color:#41aebc">Text here</p>

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


#41aebc Background Color

<div style="background-color:#41aebc">
Div content here</div>

This div background color is #41aebc


#41aebc Border Color

<div style="border:3px solid #41aebc">
Div here</div>

This div border color is #41aebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,174,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41aebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41aebc;
  -webkit-box-shadow: 1px 1px 3px 2px #41aebc;
  box-shadow:         1px 1px 3px 2px #41aebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,174,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41aebc


Comments

No comments written yet.

Please login to write comment.