Color Hex Logo

#5fcbfd Color Hex

#5FCBFD
(95,203,253)
0 Favorites   0 Comments

Color spaces of #5fcbfd

RGB 95203253
HSL0.550.980.68
HSV199°62°99°
CMYK 0.620.200.00   0.01
XYZ43.804952.2366100.7024
Yxy52.23660.22260.2655
Hunter Lab72.2749-18.2945-32.0178
CIE-Lab77.4221-16.4644-33.7877

#5fcbfd color RGB value is (95,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11111101
Octal 137 313 375
Decimal 95 203 253
Hex 5F CB FD

RGB Percentages of Color #5fcbfd

%17.24
%36.84
%45.92

CMYK Percentages of Color #5fcbfd

%62
%20
%0
%1

Triadic Colors of #5fcbfd

#5fcbfd #fd5fcb #cbfd5f

Analogous Colors of #5fcbfd

#5fcbfd #5f7cfd #5ffde0

Monochromatic Colors of #5fcbfd

#5fcbfd

Complementary Color

#5fcbfd #fd915f

#5fcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbfd Color CSS Codes

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

#5fcbfd Text Font Color

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

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


#5fcbfd Background Color

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

This div background color is #5fcbfd


#5fcbfd Border Color

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

This div border color is #5fcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.