Color Hex Logo

#5fcbda Color Hex

#5FCBDA
(95,203,218)
0 Favorites   0 Comments

Color spaces of #5fcbda

RGB 95203218
HSL0.520.620.61
HSV187°56°85°
CMYK 0.560.070.00   0.15
XYZ38.730150.206773.9792
Yxy50.20670.23770.3082
Hunter Lab70.8567-26.4315-12.3031
CIE-Lab76.1960-26.7099-16.8661

#5fcbda color RGB value is (95,203,218).

#5fcbda hex color red value is 95, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5fcbda hue: 0.52 , saturation: 0.62 and the lightness value of 5fcbda is 0.61.

The process color (four color CMYK) of #5fcbda color hex is 0.56, 0.07, 0.00, 0.15. Web safe color of #5fcbda is #66cccc. Color #5fcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11011010
Octal 137 313 332
Decimal 95 203 218
Hex 5F CB DA

RGB Percentages of Color #5fcbda

%18.41
%39.34
%42.25

CMYK Percentages of Color #5fcbda

%56
%7
%0
%15

Triadic Colors of #5fcbda

#5fcbda #da5fcb #cbda5f

Analogous Colors of #5fcbda

#5fcbda #5f8eda #5fdaac

Monochromatic Colors of #5fcbda

#5fcbda

Complementary Color

#5fcbda #da6e5f

#5fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbda Color CSS Codes

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

#5fcbda Text Font Color

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

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


#5fcbda Background Color

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

This div background color is #5fcbda


#5fcbda Border Color

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

This div border color is #5fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbda


Comments

No comments written yet.

Please login to write comment.