Color Hex Logo

#3fbdef Color Hex

#3FBDEF
(63,189,239)
0 Favorites   0 Comments

Color spaces of #3fbdef

RGB 63189239
HSL0.550.850.59
HSV197°74°94°
CMYK 0.740.210.00   0.06
XYZ35.827543.683988.2049
Yxy43.68390.21360.2605
Hunter Lab66.0938-18.9046-32.8593
CIE-Lab72.0167-18.1976-34.6878

#3fbdef color RGB value is (63,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111101 11101111
Octal 77 275 357
Decimal 63 189 239
Hex 3F BD EF

RGB Percentages of Color #3fbdef

%12.83
%38.49
%48.68

CMYK Percentages of Color #3fbdef

%74
%21
%0
%6

Triadic Colors of #3fbdef

#3fbdef #ef3fbd #bdef3f

Analogous Colors of #3fbdef

#3fbdef #3f65ef #3fefc9

Monochromatic Colors of #3fbdef

#3fbdef

Complementary Color

#3fbdef #ef713f

#3fbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbdef Color CSS Codes

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

#3fbdef Text Font Color

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

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


#3fbdef Background Color

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

This div background color is #3fbdef


#3fbdef Border Color

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

This div border color is #3fbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbdef


Comments

No comments written yet.

Please login to write comment.