Color Hex Logo

#3dbbea Color Hex

#3DBBEA
(61,187,234)
0 Favorites   0 Comments

Color spaces of #3dbbea

RGB 61187234
HSL0.550.800.58
HSV196°74°92°
CMYK 0.740.200.00   0.08
XYZ34.546142.473384.2193
Yxy42.47330.21430.2634
Hunter Lab65.1715-19.4310-30.9987
CIE-Lab71.1960-19.0186-33.2513

#3dbbea color RGB value is (61,187,234).

#3dbbea hex color red value is 61, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3dbbea hue: 0.55 , saturation: 0.80 and the lightness value of 3dbbea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111011 11101010
Octal 75 273 352
Decimal 61 187 234
Hex 3D BB EA

RGB Percentages of Color #3dbbea

%12.66
%38.80
%48.55

CMYK Percentages of Color #3dbbea

%74
%20
%0
%8

Triadic Colors of #3dbbea

#3dbbea #ea3dbb #bbea3d

Analogous Colors of #3dbbea

#3dbbea #3d65ea #3deac3

Monochromatic Colors of #3dbbea

#3dbbea

Complementary Color

#3dbbea #ea6c3d

#3dbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbbea Color CSS Codes

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

#3dbbea Text Font Color

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

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


#3dbbea Background Color

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

This div background color is #3dbbea


#3dbbea Border Color

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

This div border color is #3dbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbbea


Comments

No comments written yet.

Please login to write comment.