Color Hex Logo

#41cbea Color Hex

#41CBEA
(65,203,234)
0 Favorites   0 Comments

Color spaces of #41cbea

RGB 65203234
HSL0.530.800.59
HSV191°72°92°
CMYK 0.720.130.00   0.08
XYZ38.387249.776285.4265
Yxy49.77620.22110.2867
Hunter Lab70.5523-26.3453-22.4033
CIE-Lab75.9317-26.6680-25.9593

#41cbea color RGB value is (65,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001011 11101010
Octal 101 313 352
Decimal 65 203 234
Hex 41 CB EA

RGB Percentages of Color #41cbea

%12.95
%40.44
%46.61

CMYK Percentages of Color #41cbea

%72
%13
%0
%8

Triadic Colors of #41cbea

#41cbea #ea41cb #cbea41

Analogous Colors of #41cbea

#41cbea #4177ea #41eab5

Monochromatic Colors of #41cbea

#41cbea

Complementary Color

#41cbea #ea6041

#41cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cbea Color CSS Codes

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

#41cbea Text Font Color

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

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


#41cbea Background Color

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

This div background color is #41cbea


#41cbea Border Color

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

This div border color is #41cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cbea


Comments

No comments written yet.

Please login to write comment.