Color Hex Logo

#3bddef Color Hex

#3BDDEF
(59,221,239)
0 Favorites   0 Comments

Color spaces of #3bddef

RGB 59221239
HSL0.520.850.58
HSV186°75°94°
CMYK 0.750.080.00   0.06
XYZ43.240158.874790.7463
Yxy58.87470.22420.3053
Hunter Lab76.7299-33.6859-16.4098
CIE-Lab81.2227-34.5133-20.5891

#3bddef color RGB value is (59,221,239).

#3bddef hex color red value is 59, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3bddef hue: 0.52 , saturation: 0.85 and the lightness value of 3bddef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011101 11101111
Octal 73 335 357
Decimal 59 221 239
Hex 3B DD EF

RGB Percentages of Color #3bddef

%11.37
%42.58
%46.05

CMYK Percentages of Color #3bddef

%75
%8
%0
%6

Triadic Colors of #3bddef

#3bddef #ef3bdd #ddef3b

Analogous Colors of #3bddef

#3bddef #3b83ef #3befa7

Monochromatic Colors of #3bddef

#3bddef

Complementary Color

#3bddef #ef4d3b

#3bddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bddef Color CSS Codes

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

#3bddef Text Font Color

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

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


#3bddef Background Color

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

This div background color is #3bddef


#3bddef Border Color

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

This div border color is #3bddef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,221,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bddef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bddef;
  -webkit-box-shadow: 1px 1px 3px 2px #3bddef;
  box-shadow:         1px 1px 3px 2px #3bddef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,221,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bddef


Comments

No comments written yet.

Please login to write comment.