Color Hex Logo

#41eebc Color Hex

#41EEBC
(65,238,188)
0 Favorites   0 Comments

Color spaces of #41eebc

RGB 65238188
HSL0.450.840.59
HSV163°73°93°
CMYK 0.730.000.21   0.07
XYZ41.831665.903758.0929
Yxy65.90370.25230.3974
Hunter Lab81.1811-50.088114.3991
CIE-Lab84.9473-54.789211.8345

#41eebc color RGB value is (65,238,188).

#41eebc hex color red value is 65, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #41eebc hue: 0.45 , saturation: 0.84 and the lightness value of 41eebc is 0.59.

The process color (four color CMYK) of #41eebc color hex is 0.73, 0.00, 0.21, 0.07. Web safe color of #41eebc is #33ffcc. Color #41eebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101110 10111100
Octal 101 356 274
Decimal 65 238 188
Hex 41 EE BC

RGB Percentages of Color #41eebc

%13.24
%48.47
%38.29

CMYK Percentages of Color #41eebc

%73
%0
%21
%7

Triadic Colors of #41eebc

#41eebc #bc41ee #eebc41

Analogous Colors of #41eebc

#41eebc #41caee #41ee66

Monochromatic Colors of #41eebc

#41eebc

Complementary Color

#41eebc #ee4173

#41eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41eebc Color CSS Codes

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

#41eebc Text Font Color

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

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


#41eebc Background Color

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

This div background color is #41eebc


#41eebc Border Color

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

This div border color is #41eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41eebc


Comments

No comments written yet.

Please login to write comment.