Color Hex Logo

#39caff Color Hex

#39CAFF
(57,202,255)
0 Favorites   0 Comments

Color spaces of #39caff

RGB 57202255
HSL0.541.000.61
HSV196°78°100°
CMYK 0.780.210.00   0.00
XYZ40.857950.3309102.1691
Yxy50.33090.21130.2603
Hunter Lab70.9443-21.3516-35.7244
CIE-Lab76.2719-20.3696-36.7122

#39caff color RGB value is (57,202,255).

#39caff hex color red value is 57, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #39caff hue: 0.54 , saturation: 1.00 and the lightness value of 39caff is 0.61.

The process color (four color CMYK) of #39caff color hex is 0.78, 0.21, 0.00, 0.00. Web safe color of #39caff is #33ccff. Color #39caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11001010 11111111
Octal 71 312 377
Decimal 57 202 255
Hex 39 CA FF

RGB Percentages of Color #39caff

%11.09
%39.30
%49.61

CMYK Percentages of Color #39caff

%78
%21
%0
%0

Triadic Colors of #39caff

#39caff #ff39ca #caff39

Analogous Colors of #39caff

#39caff #3967ff #39ffd1

Monochromatic Colors of #39caff

#39caff

Complementary Color

#39caff #ff6e39

#39caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#39caff Color CSS Codes

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

#39caff Text Font Color

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

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


#39caff Background Color

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

This div background color is #39caff


#39caff Border Color

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

This div border color is #39caff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,202,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39caff

#39caff Color Palettes


Comments

No comments written yet.

Please login to write comment.