Color Hex Logo

#41ccea Color Hex

#41CCEA
(65,204,234)
0 Favorites   0 Comments

Color spaces of #41ccea

RGB 65204234
HSL0.530.800.59
HSV191°72°92°
CMYK 0.720.130.00   0.08
XYZ38.624150.250185.5054
Yxy50.25010.22150.2882
Hunter Lab70.8873-26.7942-21.8954
CIE-Lab76.2225-27.1629-25.5147

#41ccea color RGB value is (65,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001100 11101010
Octal 101 314 352
Decimal 65 204 234
Hex 41 CC EA

RGB Percentages of Color #41ccea

%12.92
%40.56
%46.52

CMYK Percentages of Color #41ccea

%72
%13
%0
%8

Triadic Colors of #41ccea

#41ccea #ea41cc #ccea41

Analogous Colors of #41ccea

#41ccea #4178ea #41eab4

Monochromatic Colors of #41ccea

#41ccea

Complementary Color

#41ccea #ea5f41

#41ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ccea Color CSS Codes

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

#41ccea Text Font Color

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

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


#41ccea Background Color

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

This div background color is #41ccea


#41ccea Border Color

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

This div border color is #41ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ccea


Comments

No comments written yet.

Please login to write comment.