Color Hex Logo

#3befee Color Hex

#3BEFEE
(59,239,238)
0 Favorites   0 Comments

Color spaces of #3befee

RGB 59239238
HSL0.500.850.58
HSV180°75°94°
CMYK 0.750.000.00   0.06
XYZ48.102868.835991.6403
Yxy68.83590.23060.3300
Hunter Lab82.9674-41.7023-7.4106
CIE-Lab86.4227-43.0210-12.2396

#3befee color RGB value is (59,239,238).

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

The process color (four color CMYK) of #3befee color hex is 0.75, 0.00, 0.00, 0.06. Web safe color of #3befee is #33ffff. Color #3befee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 11101110
Octal 73 357 356
Decimal 59 239 238
Hex 3B EF EE

RGB Percentages of Color #3befee

%11.01
%44.59
%44.40

CMYK Percentages of Color #3befee

%75
%0
%0
%6

Triadic Colors of #3befee

#3befee #ee3bef #efee3b

Analogous Colors of #3befee

#3befee #3b96ef #3bef94

Monochromatic Colors of #3befee

#3befee

Complementary Color

#3befee #ef3b3c

#3befee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befee Color CSS Codes

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

#3befee Text Font Color

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

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


#3befee Background Color

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

This div background color is #3befee


#3befee Border Color

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

This div border color is #3befee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,239,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 #3befee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befee


Comments

No comments written yet.

Please login to write comment.