Color Hex Logo

#3bcbee Color Hex

#3BCBEE
(59,203,238)
0 Favorites   0 Comments

Color spaces of #3bcbee

RGB 59203238
HSL0.530.840.58
HSV192°75°93°
CMYK 0.750.150.00   0.07
XYZ38.592249.814788.4701
Yxy49.81470.21820.2816
Hunter Lab70.5795-25.9121-24.9132
CIE-Lab75.9554-26.1134-28.0837

#3bcbee color RGB value is (59,203,238).

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

The process color (four color CMYK) of #3bcbee color hex is 0.75, 0.15, 0.00, 0.07. Web safe color of #3bcbee is #33ccff. Color #3bcbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 11101110
Octal 73 313 356
Decimal 59 203 238
Hex 3B CB EE

RGB Percentages of Color #3bcbee

%11.80
%40.60
%47.60

CMYK Percentages of Color #3bcbee

%75
%15
%0
%7

Triadic Colors of #3bcbee

#3bcbee #ee3bcb #cbee3b

Analogous Colors of #3bcbee

#3bcbee #3b72ee #3beeb8

Monochromatic Colors of #3bcbee

#3bcbee

Complementary Color

#3bcbee #ee5e3b

#3bcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbee Color CSS Codes

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

#3bcbee Text Font Color

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

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


#3bcbee Background Color

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

This div background color is #3bcbee


#3bcbee Border Color

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

This div border color is #3bcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbee


Comments

No comments written yet.

Please login to write comment.