Color Hex Logo

#3fbdce Color Hex

#3FBDCE
(63,189,206)
0 Favorites   0 Comments

Color spaces of #3fbdce

RGB 63189206
HSL0.520.590.53
HSV187°69°81°
CMYK 0.690.080.00   0.19
XYZ31.388141.908264.8273
Yxy41.90820.22720.3034
Hunter Lab64.7365-26.7416-14.0575
CIE-Lab70.8076-28.5665-18.5847

#3fbdce color RGB value is (63,189,206).

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

The process color (four color CMYK) of #3fbdce color hex is 0.69, 0.08, 0.00, 0.19. Web safe color of #3fbdce is #33cccc. Color #3fbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111101 11001110
Octal 77 275 316
Decimal 63 189 206
Hex 3F BD CE

RGB Percentages of Color #3fbdce

%13.76
%41.27
%44.98

CMYK Percentages of Color #3fbdce

%69
%8
%0
%19

Triadic Colors of #3fbdce

#3fbdce #ce3fbd #bdce3f

Analogous Colors of #3fbdce

#3fbdce #3f76ce #3fce98

Monochromatic Colors of #3fbdce

#3fbdce

Complementary Color

#3fbdce #ce503f

#3fbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbdce Color CSS Codes

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

#3fbdce Text Font Color

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

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


#3fbdce Background Color

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

This div background color is #3fbdce


#3fbdce Border Color

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

This div border color is #3fbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbdce


Comments

No comments written yet.

Please login to write comment.