Color Hex Logo

#3cdfed Color Hex

#3CDFED
(60,223,237)
0 Favorites   0 Comments

Color spaces of #3cdfed

RGB 60223237
HSL0.510.830.58
HSV185°75°93°
CMYK 0.750.060.00   0.07
XYZ43.537259.850489.3784
Yxy59.85040.22590.3105
Hunter Lab77.3630-34.9318-14.3443
CIE-Lab81.7568-35.9369-18.7177

#3cdfed color RGB value is (60,223,237).

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

The process color (four color CMYK) of #3cdfed color hex is 0.75, 0.06, 0.00, 0.07. Web safe color of #3cdfed is #33ccff. Color #3cdfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011111 11101101
Octal 74 337 355
Decimal 60 223 237
Hex 3C DF ED

RGB Percentages of Color #3cdfed

%11.54
%42.88
%45.58

CMYK Percentages of Color #3cdfed

%75
%6
%0
%7

Triadic Colors of #3cdfed

#3cdfed #ed3cdf #dfed3c

Analogous Colors of #3cdfed

#3cdfed #3c87ed #3ceda3

Monochromatic Colors of #3cdfed

#3cdfed

Complementary Color

#3cdfed #ed4a3c

#3cdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdfed Color CSS Codes

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

#3cdfed Text Font Color

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

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


#3cdfed Background Color

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

This div background color is #3cdfed


#3cdfed Border Color

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

This div border color is #3cdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdfed


Comments

No comments written yet.

Please login to write comment.