Color Hex Logo

#41caea Color Hex

#41CAEA
(65,202,234)
0 Favorites   0 Comments

Color spaces of #41caea

RGB 65202234
HSL0.530.800.59
HSV191°72°92°
CMYK 0.720.140.00   0.08
XYZ38.151849.305485.3480
Yxy49.30540.22080.2853
Hunter Lab70.2178-25.8958-22.9131
CIE-Lab75.6409-26.1718-26.4041

#41caea color RGB value is (65,202,234).

#41caea hex color red value is 65, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #41caea hue: 0.53 , saturation: 0.80 and the lightness value of 41caea is 0.59.

The process color (four color CMYK) of #41caea color hex is 0.72, 0.14, 0.00, 0.08. Web safe color of #41caea is #33ccff. Color #41caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11101010
Octal 101 312 352
Decimal 65 202 234
Hex 41 CA EA

RGB Percentages of Color #41caea

%12.97
%40.32
%46.71

CMYK Percentages of Color #41caea

%72
%14
%0
%8

Triadic Colors of #41caea

#41caea #ea41ca #caea41

Analogous Colors of #41caea

#41caea #4176ea #41eab6

Monochromatic Colors of #41caea

#41caea

Complementary Color

#41caea #ea6141

#41caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caea Color CSS Codes

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

#41caea Text Font Color

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

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


#41caea Background Color

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

This div background color is #41caea


#41caea Border Color

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

This div border color is #41caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caea


Comments

No comments written yet.

Please login to write comment.