Color Hex Logo

#3cdefd Color Hex

#3CDEFD
(60,222,253)
0 Favorites   0 Comments

Color spaces of #3cdefd

RGB 60222253
HSL0.530.980.61
HSV190°76°99°
CMYK 0.760.120.00   0.01
XYZ45.714460.2951102.1572
Yxy60.29510.21960.2896
Hunter Lab77.6499-30.8001-23.6477
CIE-Lab81.9983-30.6573-26.8315

#3cdefd color RGB value is (60,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011110 11111101
Octal 74 336 375
Decimal 60 222 253
Hex 3C DE FD

RGB Percentages of Color #3cdefd

%11.21
%41.50
%47.29

CMYK Percentages of Color #3cdefd

%76
%12
%0
%1

Triadic Colors of #3cdefd

#3cdefd #fd3cde #defd3c

Analogous Colors of #3cdefd

#3cdefd #3c7efd #3cfdbc

Monochromatic Colors of #3cdefd

#3cdefd

Complementary Color

#3cdefd #fd5b3c

#3cdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdefd Color CSS Codes

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

#3cdefd Text Font Color

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

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


#3cdefd Background Color

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

This div background color is #3cdefd


#3cdefd Border Color

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

This div border color is #3cdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdefd


Comments

No comments written yet.

Please login to write comment.