Color Hex Logo

#3bceef Color Hex

#3BCEEF
(59,206,239)
0 Favorites   0 Comments

Color spaces of #3bceef

RGB 59206239
HSL0.530.850.58
HSV191°75°94°
CMYK 0.750.140.00   0.06
XYZ39.454951.304489.4846
Yxy51.30440.21890.2846
Hunter Lab71.6271-27.0229-23.9328
CIE-Lab76.8630-27.2871-27.2294

#3bceef color RGB value is (59,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001110 11101111
Octal 73 316 357
Decimal 59 206 239
Hex 3B CE EF

RGB Percentages of Color #3bceef

%11.71
%40.87
%47.42

CMYK Percentages of Color #3bceef

%75
%14
%0
%6

Triadic Colors of #3bceef

#3bceef #ef3bce #ceef3b

Analogous Colors of #3bceef

#3bceef #3b74ef #3befb6

Monochromatic Colors of #3bceef

#3bceef

Complementary Color

#3bceef #ef5c3b

#3bceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bceef Color CSS Codes

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

#3bceef Text Font Color

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

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


#3bceef Background Color

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

This div background color is #3bceef


#3bceef Border Color

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

This div border color is #3bceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bceef


Comments

No comments written yet.

Please login to write comment.