Color Hex Logo

#3bd2ef Color Hex

#3BD2EF
(59,210,239)
0 Favorites   0 Comments

Color spaces of #3bd2ef

RGB 59210239
HSL0.530.850.58
HSV190°75°94°
CMYK 0.750.120.00   0.06
XYZ40.430253.255089.8097
Yxy53.25500.22030.2902
Hunter Lab72.9760-28.8154-21.8834
CIE-Lab78.0253-29.2486-25.4521

#3bd2ef color RGB value is (59,210,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010010 11101111
Octal 73 322 357
Decimal 59 210 239
Hex 3B D2 EF

RGB Percentages of Color #3bd2ef

%11.61
%41.34
%47.05

CMYK Percentages of Color #3bd2ef

%75
%12
%0
%6

Triadic Colors of #3bd2ef

#3bd2ef #ef3bd2 #d2ef3b

Analogous Colors of #3bd2ef

#3bd2ef #3b78ef #3befb2

Monochromatic Colors of #3bd2ef

#3bd2ef

Complementary Color

#3bd2ef #ef583b

#3bd2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd2ef Color CSS Codes

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

#3bd2ef Text Font Color

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

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


#3bd2ef Background Color

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

This div background color is #3bd2ef


#3bd2ef Border Color

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

This div border color is #3bd2ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,210,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 #3bd2ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd2ef


Comments

No comments written yet.

Please login to write comment.