Color Hex Logo

#5fcabb Color Hex

#5FCABB
(95,202,187)
0 Favorites   0 Comments

Color spaces of #5fcabb

RGB 95202187
HSL0.480.500.58
HSV172°53°79°
CMYK 0.530.000.07   0.21
XYZ34.809548.261854.4945
Yxy48.26180.25300.3508
Hunter Lab69.4707-32.13322.1210
CIE-Lab74.9898-34.4663-1.9127

#5fcabb color RGB value is (95,202,187).

#5fcabb hex color red value is 95, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5fcabb hue: 0.48 , saturation: 0.50 and the lightness value of 5fcabb is 0.58.

The process color (four color CMYK) of #5fcabb color hex is 0.53, 0.00, 0.07, 0.21. Web safe color of #5fcabb is #66cccc. Color #5fcabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 10111011
Octal 137 312 273
Decimal 95 202 187
Hex 5F CA BB

RGB Percentages of Color #5fcabb

%19.63
%41.74
%38.64

CMYK Percentages of Color #5fcabb

%53
%0
%7
%21

Triadic Colors of #5fcabb

#5fcabb #bb5fca #cabb5f

Analogous Colors of #5fcabb

#5fcabb #5fa4ca #5fca86

Monochromatic Colors of #5fcabb

#5fcabb

Complementary Color

#5fcabb #ca5f6e

#5fcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcabb Color CSS Codes

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

#5fcabb Text Font Color

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

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


#5fcabb Background Color

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

This div background color is #5fcabb


#5fcabb Border Color

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

This div border color is #5fcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcabb


Comments

No comments written yet.

Please login to write comment.