Color Hex Logo

#41c1ea Color Hex

#41C1EA
(65,193,234)
0 Favorites   0 Comments

Color spaces of #41c1ea

RGB 65193234
HSL0.540.800.59
HSV195°72°92°
CMYK 0.720.180.00   0.08
XYZ36.101245.204384.6645
Yxy45.20430.21750.2724
Hunter Lab67.2341-21.8146-27.5969
CIE-Lab73.0262-21.6316-30.4187

#41c1ea color RGB value is (65,193,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11000001 11101010
Octal 101 301 352
Decimal 65 193 234
Hex 41 C1 EA

RGB Percentages of Color #41c1ea

%13.21
%39.23
%47.56

CMYK Percentages of Color #41c1ea

%72
%18
%0
%8

Triadic Colors of #41c1ea

#41c1ea #ea41c1 #c1ea41

Analogous Colors of #41c1ea

#41c1ea #416dea #41eabf

Monochromatic Colors of #41c1ea

#41c1ea

Complementary Color

#41c1ea #ea6a41

#41c1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41c1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41c1ea Color CSS Codes

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

#41c1ea Text Font Color

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

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


#41c1ea Background Color

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

This div background color is #41c1ea


#41c1ea Border Color

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

This div border color is #41c1ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,193,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 #41c1ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41c1ea


Comments

No comments written yet.

Please login to write comment.