Color Hex Logo

#3febe8 Color Hex

#3FEBE8
(63,235,232)
0 Favorites   0 Comments

Color spaces of #3febe8

RGB 63235232
HSL0.500.810.58
HSV179°73°92°
CMYK 0.730.000.01   0.08
XYZ46.323766.299686.6995
Yxy66.29960.23240.3326
Hunter Lab81.4246-40.9416-6.1338
CIE-Lab85.1490-42.5050-10.9792

#3febe8 color RGB value is (63,235,232).

#3febe8 hex color red value is 63, green value is 235 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #3febe8 hue: 0.50 , saturation: 0.81 and the lightness value of 3febe8 is 0.58.

The process color (four color CMYK) of #3febe8 color hex is 0.73, 0.00, 0.01, 0.08. Web safe color of #3febe8 is #33ffff. Color #3febe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11101000
Octal 77 353 350
Decimal 63 235 232
Hex 3F EB E8

RGB Percentages of Color #3febe8

%11.89
%44.34
%43.77

CMYK Percentages of Color #3febe8

%73
%0
%1
%8

Triadic Colors of #3febe8

#3febe8 #e83feb #ebe83f

Analogous Colors of #3febe8

#3febe8 #3f98eb #3feb92

Monochromatic Colors of #3febe8

#3febe8

Complementary Color

#3febe8 #eb3f42

#3febe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febe8 Color CSS Codes

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

#3febe8 Text Font Color

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

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


#3febe8 Background Color

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

This div background color is #3febe8


#3febe8 Border Color

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

This div border color is #3febe8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,235,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3febe8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3febe8;
  -webkit-box-shadow: 1px 1px 3px 2px #3febe8;
  box-shadow:         1px 1px 3px 2px #3febe8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,235,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febe8


Comments

No comments written yet.

Please login to write comment.