Color Hex Logo

#3beddc Color Hex

#3BEDDC
(59,237,220)
0 Favorites   0 Comments

Color spaces of #3beddc

RGB 59237220
HSL0.480.830.58
HSV174°75°93°
CMYK 0.750.000.07   0.07
XYZ45.006166.665578.2058
Yxy66.66550.23700.3511
Hunter Lab81.6489-44.49380.3645
CIE-Lab85.3347-47.0722-4.3962

#3beddc color RGB value is (59,237,220).

#3beddc hex color red value is 59, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3beddc hue: 0.48 , saturation: 0.83 and the lightness value of 3beddc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 11011100
Octal 73 355 334
Decimal 59 237 220
Hex 3B ED DC

RGB Percentages of Color #3beddc

%11.43
%45.93
%42.64

CMYK Percentages of Color #3beddc

%75
%0
%7
%7

Triadic Colors of #3beddc

#3beddc #dc3bed #eddc3b

Analogous Colors of #3beddc

#3beddc #3ba5ed #3bed83

Monochromatic Colors of #3beddc

#3beddc

Complementary Color

#3beddc #ed3b4c

#3beddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3beddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3beddc Color CSS Codes

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

#3beddc Text Font Color

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

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


#3beddc Background Color

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

This div background color is #3beddc


#3beddc Border Color

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

This div border color is #3beddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3beddc


Comments

No comments written yet.

Please login to write comment.