Color Hex Logo

#41ebef Color Hex

#41EBEF
(65,235,239)
0 Favorites   0 Comments

Color spaces of #41ebef

RGB 65235239
HSL0.500.840.60
HSV181°73°94°
CMYK 0.730.020.00   0.06
XYZ47.468366.772592.0479
Yxy66.77250.23010.3237
Hunter Lab81.7144-39.3088-9.5876
CIE-Lab85.3889-40.3247-14.3015

#41ebef color RGB value is (65,235,239).

#41ebef hex color red value is 65, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #41ebef hue: 0.50 , saturation: 0.84 and the lightness value of 41ebef is 0.60.

The process color (four color CMYK) of #41ebef color hex is 0.73, 0.02, 0.00, 0.06. Web safe color of #41ebef is #33ffff. Color #41ebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101011 11101111
Octal 101 353 357
Decimal 65 235 239
Hex 41 EB EF

RGB Percentages of Color #41ebef

%12.06
%43.60
%44.34

CMYK Percentages of Color #41ebef

%73
%2
%0
%6

Triadic Colors of #41ebef

#41ebef #ef41eb #ebef41

Analogous Colors of #41ebef

#41ebef #4194ef #41ef9c

Monochromatic Colors of #41ebef

#41ebef

Complementary Color

#41ebef #ef4541

#41ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ebef Color CSS Codes

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

#41ebef Text Font Color

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

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


#41ebef Background Color

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

This div background color is #41ebef


#41ebef Border Color

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

This div border color is #41ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ebef


Comments

No comments written yet.

Please login to write comment.