Color Hex Logo

#3febcb Color Hex

#3FEBCB
(63,235,203)
0 Favorites   0 Comments

Color spaces of #3febcb

RGB 63235203
HSL0.470.810.58
HSV169°73°92°
CMYK 0.730.000.14   0.08
XYZ42.537764.785266.7627
Yxy64.78520.24430.3721
Hunter Lab80.4893-46.52097.1637
CIE-Lab84.3729-50.18563.1459

#3febcb color RGB value is (63,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11001011
Octal 77 353 313
Decimal 63 235 203
Hex 3F EB CB

RGB Percentages of Color #3febcb

%12.57
%46.91
%40.52

CMYK Percentages of Color #3febcb

%73
%0
%14
%8

Triadic Colors of #3febcb

#3febcb #cb3feb #ebcb3f

Analogous Colors of #3febcb

#3febcb #3fb5eb #3feb75

Monochromatic Colors of #3febcb

#3febcb

Complementary Color

#3febcb #eb3f5f

#3febcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febcb Color CSS Codes

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

#3febcb Text Font Color

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

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


#3febcb Background Color

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

This div background color is #3febcb


#3febcb Border Color

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

This div border color is #3febcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febcb


Comments

No comments written yet.

Please login to write comment.