Color Hex Logo

#3be4ed Color Hex

#3BE4ED
(59,228,237)
0 Favorites   0 Comments

Color spaces of #3be4ed

RGB 59228237
HSL0.510.830.58
HSV183°75°93°
CMYK 0.750.040.00   0.07
XYZ44.833162.531089.8275
Yxy62.53100.22740.3171
Hunter Lab79.0765-37.1819-11.9973
CIE-Lab83.1950-38.3492-16.5512

#3be4ed color RGB value is (59,228,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100100 11101101
Octal 73 344 355
Decimal 59 228 237
Hex 3B E4 ED

RGB Percentages of Color #3be4ed

%11.26
%43.51
%45.23

CMYK Percentages of Color #3be4ed

%75
%4
%0
%7

Triadic Colors of #3be4ed

#3be4ed #ed3be4 #e4ed3b

Analogous Colors of #3be4ed

#3be4ed #3b8bed #3bed9d

Monochromatic Colors of #3be4ed

#3be4ed

Complementary Color

#3be4ed #ed443b

#3be4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be4ed Color CSS Codes

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

#3be4ed Text Font Color

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

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


#3be4ed Background Color

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

This div background color is #3be4ed


#3be4ed Border Color

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

This div border color is #3be4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be4ed


Comments

No comments written yet.

Please login to write comment.