Color Hex Logo

#5cceec Color Hex

#5CCEEC
(92,206,236)
0 Favorites   0 Comments

Color spaces of #5cceec

RGB 92206236
HSL0.530.790.64
HSV193°61°93°
CMYK 0.610.130.00   0.07
XYZ41.625352.474187.2915
Yxy52.47410.22950.2893
Hunter Lab72.4390-24.1976-20.7392
CIE-Lab77.5635-23.5887-24.4786

#5cceec color RGB value is (92,206,236).

#5cceec hex color red value is 92, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5cceec hue: 0.53 , saturation: 0.79 and the lightness value of 5cceec is 0.64.

The process color (four color CMYK) of #5cceec color hex is 0.61, 0.13, 0.00, 0.07. Web safe color of #5cceec is #66ccff. Color #5cceec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11101100
Octal 134 316 354
Decimal 92 206 236
Hex 5C CE EC

RGB Percentages of Color #5cceec

%17.23
%38.58
%44.19

CMYK Percentages of Color #5cceec

%61
%13
%0
%7

Triadic Colors of #5cceec

#5cceec #ec5cce #ceec5c

Analogous Colors of #5cceec

#5cceec #5c86ec #5cecc2

Monochromatic Colors of #5cceec

#5cceec

Complementary Color

#5cceec #ec7a5c

#5cceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cceec Color CSS Codes

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

#5cceec Text Font Color

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

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


#5cceec Background Color

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

This div background color is #5cceec


#5cceec Border Color

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

This div border color is #5cceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cceec


Comments

No comments written yet.

Please login to write comment.