Color Hex Logo

#5ebfca Color Hex

#5EBFCA
(94,191,202)
0 Favorites   0 Comments

Color spaces of #5ebfca

RGB 94191202
HSL0.520.500.58
HSV186°53°79°
CMYK 0.530.050.00   0.21
XYZ33.907643.905662.5646
Yxy43.90560.24150.3128
Hunter Lab66.2613-24.6143-9.5993
CIE-Lab72.1654-25.4088-14.2629

#5ebfca color RGB value is (94,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11001010
Octal 136 277 312
Decimal 94 191 202
Hex 5E BF CA

RGB Percentages of Color #5ebfca

%19.30
%39.22
%41.48

CMYK Percentages of Color #5ebfca

%53
%5
%0
%21

Triadic Colors of #5ebfca

#5ebfca #ca5ebf #bfca5e

Analogous Colors of #5ebfca

#5ebfca #5e89ca #5eca9f

Monochromatic Colors of #5ebfca

#5ebfca

Complementary Color

#5ebfca #ca695e

#5ebfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfca Color CSS Codes

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

#5ebfca Text Font Color

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

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


#5ebfca Background Color

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

This div background color is #5ebfca


#5ebfca Border Color

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

This div border color is #5ebfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfca


Comments

No comments written yet.

Please login to write comment.