Color Hex Logo

#41bdef Color Hex

#41BDEF
(65,189,239)
0 Favorites   0 Comments

Color spaces of #41bdef

RGB 65189239
HSL0.550.840.60
HSV197°73°94°
CMYK 0.730.210.00   0.06
XYZ35.957643.751088.2110
Yxy43.75100.21410.2605
Hunter Lab66.1445-18.7165-32.7685
CIE-Lab72.0618-17.9551-34.6145

#41bdef color RGB value is (65,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111101 11101111
Octal 101 275 357
Decimal 65 189 239
Hex 41 BD EF

RGB Percentages of Color #41bdef

%13.18
%38.34
%48.48

CMYK Percentages of Color #41bdef

%73
%21
%0
%6

Triadic Colors of #41bdef

#41bdef #ef41bd #bdef41

Analogous Colors of #41bdef

#41bdef #4166ef #41efca

Monochromatic Colors of #41bdef

#41bdef

Complementary Color

#41bdef #ef7341

#41bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bdef Color CSS Codes

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

#41bdef Text Font Color

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

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


#41bdef Background Color

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

This div background color is #41bdef


#41bdef Border Color

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

This div border color is #41bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bdef


Comments

No comments written yet.

Please login to write comment.