Color Hex Logo

#3bcbe6 Color Hex

#3BCBE6
(59,203,230)
0 Favorites   0 Comments

Color spaces of #3bcbe6

RGB 59203230
HSL0.530.770.57
HSV189°74°90°
CMYK 0.740.120.00   0.10
XYZ37.442549.354882.4159
Yxy49.35480.22130.2917
Hunter Lab70.2530-27.8081-20.3778
CIE-Lab75.6715-28.6037-24.2150

#3bcbe6 color RGB value is (59,203,230).

#3bcbe6 hex color red value is 59, green value is 203 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #3bcbe6 hue: 0.53 , saturation: 0.77 and the lightness value of 3bcbe6 is 0.57.

The process color (four color CMYK) of #3bcbe6 color hex is 0.74, 0.12, 0.00, 0.10. Web safe color of #3bcbe6 is #33ccff. Color #3bcbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 11100110
Octal 73 313 346
Decimal 59 203 230
Hex 3B CB E6

RGB Percentages of Color #3bcbe6

%11.99
%41.26
%46.75

CMYK Percentages of Color #3bcbe6

%74
%12
%0
%10

Triadic Colors of #3bcbe6

#3bcbe6 #e63bcb #cbe63b

Analogous Colors of #3bcbe6

#3bcbe6 #3b76e6 #3be6ac

Monochromatic Colors of #3bcbe6

#3bcbe6

Complementary Color

#3bcbe6 #e6563b

#3bcbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbe6 Color CSS Codes

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

#3bcbe6 Text Font Color

<p style="color:#3bcbe6">Text here</p>

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


#3bcbe6 Background Color

<div style="background-color:#3bcbe6">
Div content here</div>

This div background color is #3bcbe6


#3bcbe6 Border Color

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

This div border color is #3bcbe6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,203,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bcbe6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bcbe6;
  -webkit-box-shadow: 1px 1px 3px 2px #3bcbe6;
  box-shadow:         1px 1px 3px 2px #3bcbe6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbe6


Comments

No comments written yet.

Please login to write comment.