Color Hex Logo

#5cebd4 Color Hex

#5CEBD4
(92,235,212)
0 Favorites   0 Comments

Color spaces of #5cebd4

RGB 92235212
HSL0.470.780.64
HSV170°61°92°
CMYK 0.610.000.10   0.08
XYZ46.005666.445472.6879
Yxy66.44540.24850.3589
Hunter Lab81.5140-41.90624.1896
CIE-Lab85.2231-43.7271-0.2731

#5cebd4 color RGB value is (92,235,212).

#5cebd4 hex color red value is 92, green value is 235 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #5cebd4 hue: 0.47 , saturation: 0.78 and the lightness value of 5cebd4 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 11010100
Octal 134 353 324
Decimal 92 235 212
Hex 5C EB D4

RGB Percentages of Color #5cebd4

%17.07
%43.60
%39.33

CMYK Percentages of Color #5cebd4

%61
%0
%10
%8

Triadic Colors of #5cebd4

#5cebd4 #d45ceb #ebd45c

Analogous Colors of #5cebd4

#5cebd4 #5cbbeb #5ceb8d

Monochromatic Colors of #5cebd4

#5cebd4

Complementary Color

#5cebd4 #eb5c73

#5cebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebd4 Color CSS Codes

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

#5cebd4 Text Font Color

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

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


#5cebd4 Background Color

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

This div background color is #5cebd4


#5cebd4 Border Color

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

This div border color is #5cebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebd4


Comments

No comments written yet.

Please login to write comment.