Color Hex Logo

#41cae5 Color Hex

#41CAE5
(65,202,229)
0 Favorites   0 Comments

Color spaces of #41cae5

RGB 65202229
HSL0.530.760.58
HSV190°72°90°
CMYK 0.720.120.00   0.10
XYZ37.443449.022081.6175
Yxy49.02200.22280.2917
Hunter Lab70.0157-27.0683-20.1035
CIE-Lab75.4650-27.7106-23.9806

#41cae5 color RGB value is (65,202,229).

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

The process color (four color CMYK) of #41cae5 color hex is 0.72, 0.12, 0.00, 0.10. Web safe color of #41cae5 is #33cccc. Color #41cae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11100101
Octal 101 312 345
Decimal 65 202 229
Hex 41 CA E5

RGB Percentages of Color #41cae5

%13.10
%40.73
%46.17

CMYK Percentages of Color #41cae5

%72
%12
%0
%10

Triadic Colors of #41cae5

#41cae5 #e541ca #cae541

Analogous Colors of #41cae5

#41cae5 #4178e5 #41e5ae

Monochromatic Colors of #41cae5

#41cae5

Complementary Color

#41cae5 #e55c41

#41cae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cae5 Color CSS Codes

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

#41cae5 Text Font Color

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

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


#41cae5 Background Color

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

This div background color is #41cae5


#41cae5 Border Color

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

This div border color is #41cae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cae5


Comments

No comments written yet.

Please login to write comment.