Color Hex Logo

#41a8ec Color Hex

#41A8EC
(65,168,236)
0 Favorites   0 Comments

Color spaces of #41a8ec

RGB 65168236
HSL0.570.820.59
HSV204°72°93°
CMYK 0.720.290.00   0.07
XYZ31.322935.185284.4974
Yxy35.18520.20740.2330
Hunter Lab59.3171-9.5465-42.9368
CIE-Lab65.8926-7.6207-42.5969

#41a8ec color RGB value is (65,168,236).

#41a8ec hex color red value is 65, green value is 168 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #41a8ec hue: 0.57 , saturation: 0.82 and the lightness value of 41a8ec is 0.59.

The process color (four color CMYK) of #41a8ec color hex is 0.72, 0.29, 0.00, 0.07. Web safe color of #41a8ec is #3399ff. Color #41a8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101000 11101100
Octal 101 250 354
Decimal 65 168 236
Hex 41 A8 EC

RGB Percentages of Color #41a8ec

%13.86
%35.82
%50.32

CMYK Percentages of Color #41a8ec

%72
%29
%0
%7

Triadic Colors of #41a8ec

#41a8ec #ec41a8 #a8ec41

Analogous Colors of #41a8ec

#41a8ec #4152ec #41ecdb

Monochromatic Colors of #41a8ec

#41a8ec

Complementary Color

#41a8ec #ec8541

#41a8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a8ec Color CSS Codes

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

#41a8ec Text Font Color

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

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


#41a8ec Background Color

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

This div background color is #41a8ec


#41a8ec Border Color

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

This div border color is #41a8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a8ec


Comments

No comments written yet.

Please login to write comment.