Color Hex Logo

#3febff Color Hex

#3FEBFF
(63,235,255)
0 Favorites   0 Comments

Color spaces of #3febff

RGB 63235255
HSL0.521.000.62
HSV186°75°100°
CMYK 0.750.080.00   0.00
XYZ49.808267.6934105.0487
Yxy67.69340.22380.3042
Hunter Lab82.2760-35.9228-18.1073
CIE-Lab85.8529-35.9106-22.0158

#3febff color RGB value is (63,235,255).

#3febff hex color red value is 63, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3febff hue: 0.52 , saturation: 1.00 and the lightness value of 3febff is 0.62.

The process color (four color CMYK) of #3febff color hex is 0.75, 0.08, 0.00, 0.00. Web safe color of #3febff is #33ffff. Color #3febff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11111111
Octal 77 353 377
Decimal 63 235 255
Hex 3F EB FF

RGB Percentages of Color #3febff

%11.39
%42.50
%46.11

CMYK Percentages of Color #3febff

%75
%8
%0
%0

Triadic Colors of #3febff

#3febff #ff3feb #ebff3f

Analogous Colors of #3febff

#3febff #3f8bff #3fffb3

Monochromatic Colors of #3febff

#3febff

Complementary Color

#3febff #ff533f

#3febff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febff Color CSS Codes

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

#3febff Text Font Color

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

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


#3febff Background Color

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

This div background color is #3febff


#3febff Border Color

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

This div border color is #3febff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febff

Related Colors

#3febff Color Palettes


Comments

No comments written yet.

Please login to write comment.