Color Hex Logo

#5febcc Color Hex

#5FEBCC
(95,235,204)
0 Favorites   0 Comments

Color spaces of #5febcc

RGB 95235204
HSL0.460.780.65
HSV167°60°92°
CMYK 0.600.000.13   0.08
XYZ45.326766.209267.5174
Yxy66.20920.25310.3698
Hunter Lab81.3690-42.96227.7614
CIE-Lab85.1030-45.15023.7668

#5febcc color RGB value is (95,235,204).

#5febcc hex color red value is 95, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5febcc hue: 0.46 , saturation: 0.78 and the lightness value of 5febcc is 0.65.

The process color (four color CMYK) of #5febcc color hex is 0.60, 0.00, 0.13, 0.08. Web safe color of #5febcc is #66ffcc. Color #5febcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11001100
Octal 137 353 314
Decimal 95 235 204
Hex 5F EB CC

RGB Percentages of Color #5febcc

%17.79
%44.01
%38.20

CMYK Percentages of Color #5febcc

%60
%0
%13
%8

Triadic Colors of #5febcc

#5febcc #cc5feb #ebcc5f

Analogous Colors of #5febcc

#5febcc #5fc4eb #5feb86

Monochromatic Colors of #5febcc

#5febcc

Complementary Color

#5febcc #eb5f7e

#5febcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febcc Color CSS Codes

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

#5febcc Text Font Color

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

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


#5febcc Background Color

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

This div background color is #5febcc


#5febcc Border Color

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

This div border color is #5febcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febcc


Comments

No comments written yet.

Please login to write comment.