Color Hex Logo

#41ceea Color Hex

#41CEEA
(65,206,234)
0 Favorites   0 Comments

Color spaces of #41ceea

RGB 65206234
HSL0.530.800.59
HSV190°72°92°
CMYK 0.720.120.00   0.08
XYZ39.102651.206985.6649
Yxy51.20690.22220.2910
Hunter Lab71.5590-27.6889-20.8861
CIE-Lab76.8042-28.1469-24.6265

#41ceea color RGB value is (65,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001110 11101010
Octal 101 316 352
Decimal 65 206 234
Hex 41 CE EA

RGB Percentages of Color #41ceea

%12.87
%40.79
%46.34

CMYK Percentages of Color #41ceea

%72
%12
%0
%8

Triadic Colors of #41ceea

#41ceea #ea41ce #ceea41

Analogous Colors of #41ceea

#41ceea #417aea #41eab2

Monochromatic Colors of #41ceea

#41ceea

Complementary Color

#41ceea #ea5d41

#41ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ceea Color CSS Codes

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

#41ceea Text Font Color

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

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


#41ceea Background Color

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

This div background color is #41ceea


#41ceea Border Color

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

This div border color is #41ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ceea


Comments

No comments written yet.

Please login to write comment.