Color Hex Logo

#41cefa Color Hex

#41CEFA
(65,206,250)
0 Favorites   0 Comments

Color spaces of #41cefa

RGB 65206250
HSL0.540.950.62
HSV194°74°98°
CMYK 0.740.180.00   0.02
XYZ41.506652.168698.3244
Yxy52.16860.21620.2717
Hunter Lab72.2278-23.8215-30.1525
CIE-Lab77.3815-23.1658-32.3115

#41cefa color RGB value is (65,206,250).

#41cefa hex color red value is 65, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #41cefa hue: 0.54 , saturation: 0.95 and the lightness value of 41cefa is 0.62.

The process color (four color CMYK) of #41cefa color hex is 0.74, 0.18, 0.00, 0.02. Web safe color of #41cefa is #33ccff. Color #41cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001110 11111010
Octal 101 316 372
Decimal 65 206 250
Hex 41 CE FA

RGB Percentages of Color #41cefa

%12.48
%39.54
%47.98

CMYK Percentages of Color #41cefa

%74
%18
%0
%2

Triadic Colors of #41cefa

#41cefa #fa41ce #cefa41

Analogous Colors of #41cefa

#41cefa #4172fa #41faca

Monochromatic Colors of #41cefa

#41cefa

Complementary Color

#41cefa #fa6d41

#41cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cefa Color CSS Codes

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

#41cefa Text Font Color

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

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


#41cefa Background Color

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

This div background color is #41cefa


#41cefa Border Color

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

This div border color is #41cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cefa


Comments

No comments written yet.

Please login to write comment.