Color Hex Logo

#5cbfe5 Color Hex

#5CBFE5
(92,191,229)
0 Favorites   0 Comments

Color spaces of #5cbfe5

RGB 92191229
HSL0.550.720.63
HSV197°60°90°
CMYK 0.600.170.00   0.10
XYZ37.187345.194180.8921
Yxy45.19410.22780.2768
Hunter Lab67.2266-18.9067-24.2836
CIE-Lab73.0195-18.0072-27.6571

#5cbfe5 color RGB value is (92,191,229).

#5cbfe5 hex color red value is 92, green value is 191 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5cbfe5 hue: 0.55 , saturation: 0.72 and the lightness value of 5cbfe5 is 0.63.

The process color (four color CMYK) of #5cbfe5 color hex is 0.60, 0.17, 0.00, 0.10. Web safe color of #5cbfe5 is #66cccc. Color #5cbfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111111 11100101
Octal 134 277 345
Decimal 92 191 229
Hex 5C BF E5

RGB Percentages of Color #5cbfe5

%17.97
%37.30
%44.73

CMYK Percentages of Color #5cbfe5

%60
%17
%0
%10

Triadic Colors of #5cbfe5

#5cbfe5 #e55cbf #bfe55c

Analogous Colors of #5cbfe5

#5cbfe5 #5c7be5 #5ce5c7

Monochromatic Colors of #5cbfe5

#5cbfe5

Complementary Color

#5cbfe5 #e5825c

#5cbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbfe5 Color CSS Codes

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

#5cbfe5 Text Font Color

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

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


#5cbfe5 Background Color

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

This div background color is #5cbfe5


#5cbfe5 Border Color

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

This div border color is #5cbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbfe5


Comments

No comments written yet.

Please login to write comment.