Color Hex Logo

#5ccbe2 Color Hex

#5CCBE2
(92,203,226)
1 Favorites   0 Comments

Color spaces of #5ccbe2

RGB 92203226
HSL0.530.700.62
HSV190°59°89°
CMYK 0.590.100.00   0.11
XYZ39.497050.478279.6131
Yxy50.47820.23290.2977
Hunter Lab71.0480-25.1023-16.7040
CIE-Lab76.3618-24.9942-20.9347

#5ccbe2 color RGB value is (92,203,226).

#5ccbe2 hex color red value is 92, green value is 203 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #5ccbe2 hue: 0.53 , saturation: 0.70 and the lightness value of 5ccbe2 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11100010
Octal 134 313 342
Decimal 92 203 226
Hex 5C CB E2

RGB Percentages of Color #5ccbe2

%17.66
%38.96
%43.38

CMYK Percentages of Color #5ccbe2

%59
%10
%0
%11

Triadic Colors of #5ccbe2

#5ccbe2 #e25ccb #cbe25c

Analogous Colors of #5ccbe2

#5ccbe2 #5c88e2 #5ce2b6

Monochromatic Colors of #5ccbe2

#5ccbe2

Complementary Color

#5ccbe2 #e2735c

#5ccbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbe2 Color CSS Codes

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

#5ccbe2 Text Font Color

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

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


#5ccbe2 Background Color

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

This div background color is #5ccbe2


#5ccbe2 Border Color

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

This div border color is #5ccbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbe2


Comments

No comments written yet.

Please login to write comment.