Color Hex Logo

#3cedfb Color Hex

#3CEDFB
(60,237,251)
0 Favorites   0 Comments

Color spaces of #3cedfb

RGB 60237251
HSL0.510.960.61
HSV184°76°98°
CMYK 0.760.060.00   0.02
XYZ49.560368.4941101.8754
Yxy68.49410.22530.3114
Hunter Lab82.7612-37.9399-15.0506
CIE-Lab86.2529-38.3047-19.3158

#3cedfb color RGB value is (60,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 11111011
Octal 74 355 373
Decimal 60 237 251
Hex 3C ED FB

RGB Percentages of Color #3cedfb

%10.95
%43.25
%45.80

CMYK Percentages of Color #3cedfb

%76
%6
%0
%2

Triadic Colors of #3cedfb

#3cedfb #fb3ced #edfb3c

Analogous Colors of #3cedfb

#3cedfb #3c8efb #3cfbaa

Monochromatic Colors of #3cedfb

#3cedfb

Complementary Color

#3cedfb #fb4a3c

#3cedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cedfb Color CSS Codes

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

#3cedfb Text Font Color

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

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


#3cedfb Background Color

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

This div background color is #3cedfb


#3cedfb Border Color

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

This div border color is #3cedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cedfb


Comments

No comments written yet.

Please login to write comment.