Color Hex Logo

#3beccb Color Hex

#3BECCB
(59,236,203)
0 Favorites   0 Comments

Color spaces of #3beccb

RGB 59236203
HSL0.470.820.58
HSV169°75°93°
CMYK 0.750.000.14   0.07
XYZ42.578665.232566.8469
Yxy65.23250.24380.3735
Hunter Lab80.7666-47.23997.4650
CIE-Lab84.6034-51.05653.4718

#3beccb color RGB value is (59,236,203).

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

The process color (four color CMYK) of #3beccb color hex is 0.75, 0.00, 0.14, 0.07. Web safe color of #3beccb is #33ffcc. Color #3beccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101100 11001011
Octal 73 354 313
Decimal 59 236 203
Hex 3B EC CB

RGB Percentages of Color #3beccb

%11.85
%47.39
%40.76

CMYK Percentages of Color #3beccb

%75
%0
%14
%7

Triadic Colors of #3beccb

#3beccb #cb3bec #eccb3b

Analogous Colors of #3beccb

#3beccb #3bb5ec #3bec73

Monochromatic Colors of #3beccb

#3beccb

Complementary Color

#3beccb #ec3b5c

#3beccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beccb Color CSS Codes

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

#3beccb Text Font Color

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

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


#3beccb Background Color

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

This div background color is #3beccb


#3beccb Border Color

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

This div border color is #3beccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beccb


Comments

No comments written yet.

Please login to write comment.