Color Hex Logo

#5ccbed Color Hex

#5CCBED
(92,203,237)
0 Favorites   0 Comments

Color spaces of #5ccbed

RGB 92203237
HSL0.540.800.65
HSV194°61°93°
CMYK 0.610.140.00   0.07
XYZ41.055651.101687.8205
Yxy51.10160.22810.2839
Hunter Lab71.4854-22.5830-22.7986
CIE-Lab76.7405-21.7817-26.2721

#5ccbed color RGB value is (92,203,237).

#5ccbed hex color red value is 92, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ccbed hue: 0.54 , saturation: 0.80 and the lightness value of 5ccbed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11101101
Octal 134 313 355
Decimal 92 203 237
Hex 5C CB ED

RGB Percentages of Color #5ccbed

%17.29
%38.16
%44.55

CMYK Percentages of Color #5ccbed

%61
%14
%0
%7

Triadic Colors of #5ccbed

#5ccbed #ed5ccb #cbed5c

Analogous Colors of #5ccbed

#5ccbed #5c83ed #5cedc7

Monochromatic Colors of #5ccbed

#5ccbed

Complementary Color

#5ccbed #ed7e5c

#5ccbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbed Color CSS Codes

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

#5ccbed Text Font Color

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

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


#5ccbed Background Color

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

This div background color is #5ccbed


#5ccbed Border Color

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

This div border color is #5ccbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbed


Comments

No comments written yet.

Please login to write comment.