Color Hex Logo

#3dafcb Color Hex

#3DAFCB
(61,175,203)
0 Favorites   0 Comments

Color spaces of #3dafcb

RGB 61175203
HSL0.530.580.52
HSV192°70°80°
CMYK 0.700.140.00   0.20
XYZ28.033935.963861.9641
Yxy35.96380.22260.2855
Hunter Lab59.9698-21.5044-19.2828
CIE-Lab66.4923-22.7432-23.5105

#3dafcb color RGB value is (61,175,203).

#3dafcb hex color red value is 61, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3dafcb hue: 0.53 , saturation: 0.58 and the lightness value of 3dafcb is 0.52.

The process color (four color CMYK) of #3dafcb color hex is 0.70, 0.14, 0.00, 0.20. Web safe color of #3dafcb is #3399cc. Color #3dafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101111 11001011
Octal 75 257 313
Decimal 61 175 203
Hex 3D AF CB

RGB Percentages of Color #3dafcb

%13.90
%39.86
%46.24

CMYK Percentages of Color #3dafcb

%70
%14
%0
%20

Triadic Colors of #3dafcb

#3dafcb #cb3daf #afcb3d

Analogous Colors of #3dafcb

#3dafcb #3d68cb #3dcba0

Monochromatic Colors of #3dafcb

#3dafcb

Complementary Color

#3dafcb #cb593d

#3dafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dafcb Color CSS Codes

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

#3dafcb Text Font Color

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

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


#3dafcb Background Color

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

This div background color is #3dafcb


#3dafcb Border Color

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

This div border color is #3dafcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,175,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dafcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dafcb;
  -webkit-box-shadow: 1px 1px 3px 2px #3dafcb;
  box-shadow:         1px 1px 3px 2px #3dafcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,175,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dafcb


Comments

No comments written yet.

Please login to write comment.