Color Hex Logo

#3febf0 Color Hex

#3FEBF0
(63,235,240)
0 Favorites   0 Comments

Color spaces of #3febf0

RGB 63235240
HSL0.500.860.59
HSV182°74°94°
CMYK 0.740.020.00   0.06
XYZ47.486466.764792.8222
Yxy66.76470.22930.3224
Hunter Lab81.7097-39.2548-10.1567
CIE-Lab85.3850-40.2573-14.8371

#3febf0 color RGB value is (63,235,240).

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

The process color (four color CMYK) of #3febf0 color hex is 0.74, 0.02, 0.00, 0.06. Web safe color of #3febf0 is #33ffff. Color #3febf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101011 11110000
Octal 77 353 360
Decimal 63 235 240
Hex 3F EB F0

RGB Percentages of Color #3febf0

%11.71
%43.68
%44.61

CMYK Percentages of Color #3febf0

%74
%2
%0
%6

Triadic Colors of #3febf0

#3febf0 #f03feb #ebf03f

Analogous Colors of #3febf0

#3febf0 #3f93f0 #3ff09d

Monochromatic Colors of #3febf0

#3febf0

Complementary Color

#3febf0 #f0443f

#3febf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3febf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3febf0 Color CSS Codes

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

#3febf0 Text Font Color

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

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


#3febf0 Background Color

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

This div background color is #3febf0


#3febf0 Border Color

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

This div border color is #3febf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3febf0

Related Colors


Comments

No comments written yet.

Please login to write comment.