Color Hex Logo

#3ccdee Color Hex

#3CCDEE
(60,205,238)
0 Favorites   0 Comments

Color spaces of #3ccdee

RGB 60205238
HSL0.530.840.58
HSV191°75°93°
CMYK 0.750.140.00   0.07
XYZ39.127450.796388.6314
Yxy50.79630.21910.2845
Hunter Lab71.2715-26.7303-23.8414
CIE-Lab76.5555-26.9962-27.1624

#3ccdee color RGB value is (60,205,238).

#3ccdee hex color red value is 60, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3ccdee hue: 0.53 , saturation: 0.84 and the lightness value of 3ccdee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001101 11101110
Octal 74 315 356
Decimal 60 205 238
Hex 3C CD EE

RGB Percentages of Color #3ccdee

%11.93
%40.76
%47.32

CMYK Percentages of Color #3ccdee

%75
%14
%0
%7

Triadic Colors of #3ccdee

#3ccdee #ee3ccd #cdee3c

Analogous Colors of #3ccdee

#3ccdee #3c74ee #3ceeb6

Monochromatic Colors of #3ccdee

#3ccdee

Complementary Color

#3ccdee #ee5d3c

#3ccdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccdee Color CSS Codes

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

#3ccdee Text Font Color

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

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


#3ccdee Background Color

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

This div background color is #3ccdee


#3ccdee Border Color

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

This div border color is #3ccdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccdee


Comments

No comments written yet.

Please login to write comment.