Color Hex Logo

#3dbefc Color Hex

#3DBEFC
(61,190,252)
0 Favorites   0 Comments

Color spaces of #3dbefc

RGB 61190252
HSL0.550.970.61
HSV199°76°99°
CMYK 0.760.250.00   0.01
XYZ37.908644.847398.7539
Yxy44.84730.20890.2471
Hunter Lab66.9681-16.1509-40.5537
CIE-Lab72.7912-14.6740-40.5069

#3dbefc color RGB value is (61,190,252).

#3dbefc hex color red value is 61, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3dbefc hue: 0.55 , saturation: 0.97 and the lightness value of 3dbefc is 0.61.

The process color (four color CMYK) of #3dbefc color hex is 0.76, 0.25, 0.00, 0.01. Web safe color of #3dbefc is #33ccff. Color #3dbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 11111100
Octal 75 276 374
Decimal 61 190 252
Hex 3D BE FC

RGB Percentages of Color #3dbefc

%12.13
%37.77
%50.10

CMYK Percentages of Color #3dbefc

%76
%25
%0
%1

Triadic Colors of #3dbefc

#3dbefc #fc3dbe #befc3d

Analogous Colors of #3dbefc

#3dbefc #3d5efc #3dfcdb

Monochromatic Colors of #3dbefc

#3dbefc

Complementary Color

#3dbefc #fc7b3d

#3dbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbefc Color CSS Codes

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

#3dbefc Text Font Color

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

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


#3dbefc Background Color

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

This div background color is #3dbefc


#3dbefc Border Color

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

This div border color is #3dbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbefc


Comments

No comments written yet.

Please login to write comment.