Color Hex Logo

#41bdcc Color Hex

#41BDCC
(65,189,204)
0 Favorites   0 Comments

Color spaces of #41bdcc

RGB 65189204
HSL0.520.580.53
HSV186°68°80°
CMYK 0.680.070.00   0.20
XYZ31.276741.878663.5617
Yxy41.87860.22880.3063
Hunter Lab64.7137-26.9783-12.9350
CIE-Lab70.7871-28.8878-17.5178

#41bdcc color RGB value is (65,189,204).

#41bdcc hex color red value is 65, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #41bdcc hue: 0.52 , saturation: 0.58 and the lightness value of 41bdcc is 0.53.

The process color (four color CMYK) of #41bdcc color hex is 0.68, 0.07, 0.00, 0.20. Web safe color of #41bdcc is #33cccc. Color #41bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10111101 11001100
Octal 101 275 314
Decimal 65 189 204
Hex 41 BD CC

RGB Percentages of Color #41bdcc

%14.19
%41.27
%44.54

CMYK Percentages of Color #41bdcc

%68
%7
%0
%20

Triadic Colors of #41bdcc

#41bdcc #cc41bd #bdcc41

Analogous Colors of #41bdcc

#41bdcc #4178cc #41cc96

Monochromatic Colors of #41bdcc

#41bdcc

Complementary Color

#41bdcc #cc5041

#41bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41bdcc Color CSS Codes

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

#41bdcc Text Font Color

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

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


#41bdcc Background Color

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

This div background color is #41bdcc


#41bdcc Border Color

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

This div border color is #41bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41bdcc


Comments

No comments written yet.

Please login to write comment.