Color Hex Logo

#39befa Color Hex

#39BEFA
(57,190,250)
0 Favorites   0 Comments

Color spaces of #39befa

RGB 57190250
HSL0.550.950.60
HSV199°77°98°
CMYK 0.770.240.00   0.02
XYZ37.356144.598997.0821
Yxy44.59890.20870.2491
Hunter Lab66.7824-17.0216-39.4426
CIE-Lab72.6270-15.7629-39.6914

#39befa color RGB value is (57,190,250).

#39befa hex color red value is 57, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #39befa hue: 0.55 , saturation: 0.95 and the lightness value of 39befa is 0.60.

The process color (four color CMYK) of #39befa color hex is 0.77, 0.24, 0.00, 0.02. Web safe color of #39befa is #33ccff. Color #39befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111110 11111010
Octal 71 276 372
Decimal 57 190 250
Hex 39 BE FA

RGB Percentages of Color #39befa

%11.47
%38.23
%50.30

CMYK Percentages of Color #39befa

%77
%24
%0
%2

Triadic Colors of #39befa

#39befa #fa39be #befa39

Analogous Colors of #39befa

#39befa #395dfa #39fad6

Monochromatic Colors of #39befa

#39befa

Complementary Color

#39befa #fa7539

#39befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#39befa Color CSS Codes

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

#39befa Text Font Color

<p style="color:#39befa">Text here</p>

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


#39befa Background Color

<div style="background-color:#39befa">
Div content here</div>

This div background color is #39befa


#39befa Border Color

<div style="border:3px solid #39befa">
Div here</div>

This div border color is #39befa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,190,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39befa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39befa;
  -webkit-box-shadow: 1px 1px 3px 2px #39befa;
  box-shadow:         1px 1px 3px 2px #39befa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,190,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 #39befa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39befa


Comments

No comments written yet.

Please login to write comment.