Color Hex Logo

#5fcaff Color Hex

#5FCAFF
(95,202,255)
0 Favorites   0 Comments

Color spaces of #5fcaff

RGB 95202255
HSL0.561.000.69
HSV200°63°100°
CMYK 0.630.210.00   0.00
XYZ43.889851.8940102.3110
Yxy51.89400.22160.2620
Hunter Lab72.0375-17.3121-33.7802
CIE-Lab77.2174-15.3328-35.1726

#5fcaff color RGB value is (95,202,255).

#5fcaff hex color red value is 95, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5fcaff hue: 0.56 , saturation: 1.00 and the lightness value of 5fcaff is 0.69.

The process color (four color CMYK) of #5fcaff color hex is 0.63, 0.21, 0.00, 0.00. Web safe color of #5fcaff is #66ccff. Color #5fcaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11111111
Octal 137 312 377
Decimal 95 202 255
Hex 5F CA FF

RGB Percentages of Color #5fcaff

%17.21
%36.59
%46.20

CMYK Percentages of Color #5fcaff

%63
%21
%0
%0

Triadic Colors of #5fcaff

#5fcaff #ff5fca #caff5f

Analogous Colors of #5fcaff

#5fcaff #5f7aff #5fffe4

Monochromatic Colors of #5fcaff

#5fcaff

Complementary Color

#5fcaff #ff945f

#5fcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcaff Color CSS Codes

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

#5fcaff Text Font Color

<p style="color:#5fcaff">Text here</p>

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


#5fcaff Background Color

<div style="background-color:#5fcaff">
Div content here</div>

This div background color is #5fcaff


#5fcaff Border Color

<div style="border:3px solid #5fcaff">
Div here</div>

This div border color is #5fcaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,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 #5fcaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcaff

Related Colors


Comments

No comments written yet.

Please login to write comment.