Color Hex Logo

#41bfda Color Hex

#41BFDA
(65,191,218)
0 Favorites   0 Comments

Color spaces of #41bfda

RGB 65191218
HSL0.530.670.55
HSV191°70°85°
CMYK 0.700.120.00   0.15
XYZ33.465743.447472.9520
Yxy43.44740.22330.2899
Hunter Lab65.9146-24.7239-19.4798
CIE-Lab71.8576-25.6294-23.5285

#41bfda color RGB value is (65,191,218).

#41bfda hex color red value is 65, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #41bfda hue: 0.53 , saturation: 0.67 and the lightness value of 41bfda is 0.55.

The process color (four color CMYK) of #41bfda color hex is 0.70, 0.12, 0.00, 0.15. Web safe color of #41bfda is #33cccc. Color #41bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111111 11011010
Octal 101 277 332
Decimal 65 191 218
Hex 41 BF DA

RGB Percentages of Color #41bfda

%13.71
%40.30
%45.99

CMYK Percentages of Color #41bfda

%70
%12
%0
%15

Triadic Colors of #41bfda

#41bfda #da41bf #bfda41

Analogous Colors of #41bfda

#41bfda #4173da #41daa9

Monochromatic Colors of #41bfda

#41bfda

Complementary Color

#41bfda #da5c41

#41bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bfda Color CSS Codes

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

#41bfda Text Font Color

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

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


#41bfda Background Color

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

This div background color is #41bfda


#41bfda Border Color

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

This div border color is #41bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bfda


Comments

No comments written yet.

Please login to write comment.