Color Hex Logo

#3ceefd Color Hex

#3CEEFD
(60,238,253)
0 Favorites   0 Comments

Color spaces of #3ceefd

RGB 60238253
HSL0.510.980.61
HSV185°76°99°
CMYK 0.760.060.00   0.01
XYZ50.167669.2016103.6416
Yxy69.20160.22500.3103
Hunter Lab83.1875-37.9307-15.6369
CIE-Lab86.6038-38.1799-19.8348

#3ceefd color RGB value is (60,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101110 11111101
Octal 74 356 375
Decimal 60 238 253
Hex 3C EE FD

RGB Percentages of Color #3ceefd

%10.89
%43.19
%45.92

CMYK Percentages of Color #3ceefd

%76
%6
%0
%1

Triadic Colors of #3ceefd

#3ceefd #fd3cee #eefd3c

Analogous Colors of #3ceefd

#3ceefd #3c8efd #3cfdac

Monochromatic Colors of #3ceefd

#3ceefd

Complementary Color

#3ceefd #fd4b3c

#3ceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ceefd Color CSS Codes

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

#3ceefd Text Font Color

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

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


#3ceefd Background Color

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

This div background color is #3ceefd


#3ceefd Border Color

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

This div border color is #3ceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ceefd


Comments

No comments written yet.

Please login to write comment.