Color Hex Logo

#3bcde7 Color Hex

#3BCDE7
(59,205,231)
0 Favorites   0 Comments

Color spaces of #3bcde7

RGB 59205231
HSL0.530.780.57
HSV189°74°91°
CMYK 0.740.110.00   0.09
XYZ38.058850.362083.3162
Yxy50.36200.22160.2933
Hunter Lab70.9662-28.4622-19.9317
CIE-Lab76.2909-29.2734-23.8084

#3bcde7 color RGB value is (59,205,231).

#3bcde7 hex color red value is 59, green value is 205 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #3bcde7 hue: 0.53 , saturation: 0.78 and the lightness value of 3bcde7 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001101 11100111
Octal 73 315 347
Decimal 59 205 231
Hex 3B CD E7

RGB Percentages of Color #3bcde7

%11.92
%41.41
%46.67

CMYK Percentages of Color #3bcde7

%74
%11
%0
%9

Triadic Colors of #3bcde7

#3bcde7 #e73bcd #cde73b

Analogous Colors of #3bcde7

#3bcde7 #3b77e7 #3be7ab

Monochromatic Colors of #3bcde7

#3bcde7

Complementary Color

#3bcde7 #e7553b

#3bcde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcde7 Color CSS Codes

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

#3bcde7 Text Font Color

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

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


#3bcde7 Background Color

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

This div background color is #3bcde7


#3bcde7 Border Color

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

This div border color is #3bcde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcde7


Comments

No comments written yet.

Please login to write comment.