Color Hex Logo

#5fcaeb Color Hex

#5FCAEB
(95,202,235)
0 Favorites   0 Comments

Color spaces of #5fcaeb

RGB 95202235
HSL0.540.780.65
HSV194°60°92°
CMYK 0.600.140.00   0.08
XYZ40.835250.672186.2257
Yxy50.67210.22980.2851
Hunter Lab71.1843-22.1753-21.9890
CIE-Lab76.4800-21.3362-25.5875

#5fcaeb color RGB value is (95,202,235).

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

The process color (four color CMYK) of #5fcaeb color hex is 0.60, 0.14, 0.00, 0.08. Web safe color of #5fcaeb is #66ccff. Color #5fcaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 11101011
Octal 137 312 353
Decimal 95 202 235
Hex 5F CA EB

RGB Percentages of Color #5fcaeb

%17.86
%37.97
%44.17

CMYK Percentages of Color #5fcaeb

%60
%14
%0
%8

Triadic Colors of #5fcaeb

#5fcaeb #eb5fca #caeb5f

Analogous Colors of #5fcaeb

#5fcaeb #5f84eb #5febc6

Monochromatic Colors of #5fcaeb

#5fcaeb

Complementary Color

#5fcaeb #eb805f

#5fcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcaeb Color CSS Codes

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

#5fcaeb Text Font Color

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

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


#5fcaeb Background Color

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

This div background color is #5fcaeb


#5fcaeb Border Color

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

This div border color is #5fcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcaeb


Comments

No comments written yet.

Please login to write comment.