Color Hex Logo

#5fccfd Color Hex

#5FCCFD
(95,204,253)
0 Favorites   0 Comments

Color spaces of #5fccfd

RGB 95204253
HSL0.550.980.68
HSV199°62°99°
CMYK 0.620.190.00   0.01
XYZ44.041852.7105100.7814
Yxy52.71050.22300.2668
Hunter Lab72.6020-18.7719-31.4811
CIE-Lab77.7038-16.9835-33.3530

#5fccfd color RGB value is (95,204,253).

#5fccfd hex color red value is 95, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5fccfd hue: 0.55 , saturation: 0.98 and the lightness value of 5fccfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11111101
Octal 137 314 375
Decimal 95 204 253
Hex 5F CC FD

RGB Percentages of Color #5fccfd

%17.21
%36.96
%45.83

CMYK Percentages of Color #5fccfd

%62
%19
%0
%1

Triadic Colors of #5fccfd

#5fccfd #fd5fcc #ccfd5f

Analogous Colors of #5fccfd

#5fccfd #5f7dfd #5ffddf

Monochromatic Colors of #5fccfd

#5fccfd

Complementary Color

#5fccfd #fd905f

#5fccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccfd Color CSS Codes

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

#5fccfd Text Font Color

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

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


#5fccfd Background Color

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

This div background color is #5fccfd


#5fccfd Border Color

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

This div border color is #5fccfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,204,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.