Color Hex Logo

#41bcda Color Hex

#41BCDA
(65,188,218)
0 Favorites   0 Comments

Color spaces of #41bcda

RGB 65188218
HSL0.530.670.55
HSV192°70°85°
CMYK 0.700.140.00   0.15
XYZ32.818142.152272.7362
Yxy42.15220.22220.2854
Hunter Lab64.9247-23.3902-20.9762
CIE-Lab70.9757-24.1206-24.8762

#41bcda color RGB value is (65,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111100 11011010
Octal 101 274 332
Decimal 65 188 218
Hex 41 BC DA

RGB Percentages of Color #41bcda

%13.80
%39.92
%46.28

CMYK Percentages of Color #41bcda

%70
%14
%0
%15

Triadic Colors of #41bcda

#41bcda #da41bc #bcda41

Analogous Colors of #41bcda

#41bcda #4170da #41daac

Monochromatic Colors of #41bcda

#41bcda

Complementary Color

#41bcda #da5f41

#41bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bcda Color CSS Codes

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

#41bcda Text Font Color

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

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


#41bcda Background Color

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

This div background color is #41bcda


#41bcda Border Color

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

This div border color is #41bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bcda


Comments

No comments written yet.

Please login to write comment.