Color Hex Logo

#3fbcd4 Color Hex

#3FBCD4
(63,188,212)
0 Favorites   0 Comments

Color spaces of #3fbcd4

RGB 63188212
HSL0.530.630.54
HSV190°70°83°
CMYK 0.700.110.00   0.17
XYZ31.916841.776768.6689
Yxy41.77670.22420.2935
Hunter Lab64.6349-24.9675-17.7460
CIE-Lab70.7167-26.2451-22.0013

#3fbcd4 color RGB value is (63,188,212).

#3fbcd4 hex color red value is 63, green value is 188 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #3fbcd4 hue: 0.53 , saturation: 0.63 and the lightness value of 3fbcd4 is 0.54.

The process color (four color CMYK) of #3fbcd4 color hex is 0.70, 0.11, 0.00, 0.17. Web safe color of #3fbcd4 is #33cccc. Color #3fbcd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111100 11010100
Octal 77 274 324
Decimal 63 188 212
Hex 3F BC D4

RGB Percentages of Color #3fbcd4

%13.61
%40.60
%45.79

CMYK Percentages of Color #3fbcd4

%70
%11
%0
%17

Triadic Colors of #3fbcd4

#3fbcd4 #d43fbc #bcd43f

Analogous Colors of #3fbcd4

#3fbcd4 #3f72d4 #3fd4a2

Monochromatic Colors of #3fbcd4

#3fbcd4

Complementary Color

#3fbcd4 #d4573f

#3fbcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbcd4 Color CSS Codes

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

#3fbcd4 Text Font Color

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

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


#3fbcd4 Background Color

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

This div background color is #3fbcd4


#3fbcd4 Border Color

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

This div border color is #3fbcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbcd4


Comments

No comments written yet.

Please login to write comment.