Color Hex Logo

#3cddeb Color Hex

#3CDDEB
(60,221,235)
0 Favorites   0 Comments

Color spaces of #3cddeb

RGB 60221235
HSL0.510.810.58
HSV185°74°92°
CMYK 0.740.060.00   0.08
XYZ42.715358.671787.6707
Yxy58.67170.22590.3103
Hunter Lab76.5975-34.5033-14.2430
CIE-Lab81.1108-35.5932-18.6312

#3cddeb color RGB value is (60,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 11101011
Octal 74 335 353
Decimal 60 221 235
Hex 3C DD EB

RGB Percentages of Color #3cddeb

%11.63
%42.83
%45.54

CMYK Percentages of Color #3cddeb

%74
%6
%0
%8

Triadic Colors of #3cddeb

#3cddeb #eb3cdd #ddeb3c

Analogous Colors of #3cddeb

#3cddeb #3c86eb #3ceba2

Monochromatic Colors of #3cddeb

#3cddeb

Complementary Color

#3cddeb #eb4a3c

#3cddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cddeb Color CSS Codes

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

#3cddeb Text Font Color

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

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


#3cddeb Background Color

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

This div background color is #3cddeb


#3cddeb Border Color

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

This div border color is #3cddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cddeb


Comments

No comments written yet.

Please login to write comment.