Color Hex Logo

#3fbcee Color Hex

#3FBCEE
(63,188,238)
0 Favorites   0 Comments

Color spaces of #3fbcee

RGB 63188238
HSL0.550.840.59
HSV197°74°93°
CMYK 0.740.210.00   0.07
XYZ35.465743.196287.3574
Yxy43.19620.21360.2602
Hunter Lab65.7238-18.6950-32.7992
CIE-Lab71.6879-18.0004-34.6556

#3fbcee color RGB value is (63,188,238).

#3fbcee hex color red value is 63, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3fbcee hue: 0.55 , saturation: 0.84 and the lightness value of 3fbcee is 0.59.

The process color (four color CMYK) of #3fbcee color hex is 0.74, 0.21, 0.00, 0.07. Web safe color of #3fbcee is #33ccff. Color #3fbcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111100 11101110
Octal 77 274 356
Decimal 63 188 238
Hex 3F BC EE

RGB Percentages of Color #3fbcee

%12.88
%38.45
%48.67

CMYK Percentages of Color #3fbcee

%74
%21
%0
%7

Triadic Colors of #3fbcee

#3fbcee #ee3fbc #bcee3f

Analogous Colors of #3fbcee

#3fbcee #3f65ee #3feec9

Monochromatic Colors of #3fbcee

#3fbcee

Complementary Color

#3fbcee #ee713f

#3fbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbcee Color CSS Codes

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

#3fbcee Text Font Color

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

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


#3fbcee Background Color

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

This div background color is #3fbcee


#3fbcee Border Color

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

This div border color is #3fbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbcee


Comments

No comments written yet.

Please login to write comment.