Color Hex Logo

#3febdb Color Hex

#3FEBDB
(63,235,219)
0 Favorites   0 Comments

Color spaces of #3febdb

RGB 63235219
HSL0.480.810.58
HSV174°73°92°
CMYK 0.730.000.07   0.08
XYZ44.544465.587977.3298
Yxy65.58790.23760.3499
Hunter Lab80.9864-43.54690.0774
CIE-Lab84.7858-46.0432-4.6714

#3febdb color RGB value is (63,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11011011
Octal 77 353 333
Decimal 63 235 219
Hex 3F EB DB

RGB Percentages of Color #3febdb

%12.19
%45.45
%42.36

CMYK Percentages of Color #3febdb

%73
%0
%7
%8

Triadic Colors of #3febdb

#3febdb #db3feb #ebdb3f

Analogous Colors of #3febdb

#3febdb #3fa5eb #3feb85

Monochromatic Colors of #3febdb

#3febdb

Complementary Color

#3febdb #eb3f4f

#3febdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febdb Color CSS Codes

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

#3febdb Text Font Color

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

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


#3febdb Background Color

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

This div background color is #3febdb


#3febdb Border Color

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

This div border color is #3febdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febdb


Comments

No comments written yet.

Please login to write comment.