Color Hex Logo

#41caeb Color Hex

#41CAEB
(65,202,235)
0 Favorites   0 Comments

Color spaces of #41caeb

RGB 65202235
HSL0.530.810.59
HSV192°72°92°
CMYK 0.720.140.00   0.08
XYZ38.295949.363086.1069
Yxy49.36300.22040.2841
Hunter Lab70.2588-25.6581-23.4827
CIE-Lab75.6766-25.8617-26.8876

#41caeb color RGB value is (65,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 11101011
Octal 101 312 353
Decimal 65 202 235
Hex 41 CA EB

RGB Percentages of Color #41caeb

%12.95
%40.24
%46.81

CMYK Percentages of Color #41caeb

%72
%14
%0
%8

Triadic Colors of #41caeb

#41caeb #eb41ca #caeb41

Analogous Colors of #41caeb

#41caeb #4175eb #41ebb7

Monochromatic Colors of #41caeb

#41caeb

Complementary Color

#41caeb #eb6241

#41caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41caeb Color CSS Codes

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

#41caeb Text Font Color

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

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


#41caeb Background Color

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

This div background color is #41caeb


#41caeb Border Color

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

This div border color is #41caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41caeb


Comments

No comments written yet.

Please login to write comment.