Color Hex Logo

#5fcfff Color Hex

#5FCFFF
(95,207,255)
0 Favorites   0 Comments

Color spaces of #5fcfff

RGB 95207255
HSL0.551.000.69
HSV198°63°100°
CMYK 0.630.190.00   0.00
XYZ45.082154.2785102.7085
Yxy54.27850.22310.2686
Hunter Lab73.6739-19.7028-31.0842
CIE-Lab78.6238-17.9267-33.0011

#5fcfff color RGB value is (95,207,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001111 11111111
Octal 137 317 377
Decimal 95 207 255
Hex 5F CF FF

RGB Percentages of Color #5fcfff

%17.06
%37.16
%45.78

CMYK Percentages of Color #5fcfff

%63
%19
%0
%0

Triadic Colors of #5fcfff

#5fcfff #ff5fcf #cfff5f

Analogous Colors of #5fcfff

#5fcfff #5f7fff #5fffdf

Monochromatic Colors of #5fcfff

#5fcfff

Complementary Color

#5fcfff #ff8f5f

#5fcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcfff Color CSS Codes

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

#5fcfff Text Font Color

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

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


#5fcfff Background Color

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

This div background color is #5fcfff


#5fcfff Border Color

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

This div border color is #5fcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcfff

Related Colors


Comments

No comments written yet.

Please login to write comment.