Color Hex Logo

#3cddfb Color Hex

#3CDDFB
(60,221,251)
0 Favorites   0 Comments

Color spaces of #3cddfb

RGB 60221251
HSL0.530.960.61
HSV189°76°98°
CMYK 0.760.120.00   0.02
XYZ45.132559.6386100.3995
Yxy59.63860.22000.2907
Hunter Lab77.2260-30.8264-23.0231
CIE-Lab81.6414-30.7879-26.3175

#3cddfb color RGB value is (60,221,251).

#3cddfb hex color red value is 60, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3cddfb hue: 0.53 , saturation: 0.96 and the lightness value of 3cddfb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 11111011
Octal 74 335 373
Decimal 60 221 251
Hex 3C DD FB

RGB Percentages of Color #3cddfb

%11.28
%41.54
%47.18

CMYK Percentages of Color #3cddfb

%76
%12
%0
%2

Triadic Colors of #3cddfb

#3cddfb #fb3cdd #ddfb3c

Analogous Colors of #3cddfb

#3cddfb #3c7efb #3cfbba

Monochromatic Colors of #3cddfb

#3cddfb

Complementary Color

#3cddfb #fb5a3c

#3cddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cddfb Color CSS Codes

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

#3cddfb Text Font Color

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

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


#3cddfb Background Color

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

This div background color is #3cddfb


#3cddfb Border Color

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

This div border color is #3cddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cddfb


Comments

No comments written yet.

Please login to write comment.