Color Hex Logo

#3caedd Color Hex

#3CAEDD
(60,174,221)
0 Favorites   0 Comments

Color spaces of #3caedd

RGB 60174221
HSL0.550.700.55
HSV198°73°87°
CMYK 0.730.210.00   0.13
XYZ30.050736.453273.8590
Yxy36.45320.21410.2597
Hunter Lab60.3765-16.8155-30.2664
CIE-Lab66.8648-16.5516-32.8591

#3caedd color RGB value is (60,174,221).

#3caedd hex color red value is 60, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3caedd hue: 0.55 , saturation: 0.70 and the lightness value of 3caedd is 0.55.

The process color (four color CMYK) of #3caedd color hex is 0.73, 0.21, 0.00, 0.13. Web safe color of #3caedd is #3399cc. Color #3caedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 11011101
Octal 74 256 335
Decimal 60 174 221
Hex 3C AE DD

RGB Percentages of Color #3caedd

%13.19
%38.24
%48.57

CMYK Percentages of Color #3caedd

%73
%21
%0
%13

Triadic Colors of #3caedd

#3caedd #dd3cae #aedd3c

Analogous Colors of #3caedd

#3caedd #3c5edd #3cddbc

Monochromatic Colors of #3caedd

#3caedd

Complementary Color

#3caedd #dd6b3c

#3caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caedd Color CSS Codes

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

#3caedd Text Font Color

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

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


#3caedd Background Color

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

This div background color is #3caedd


#3caedd Border Color

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

This div border color is #3caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caedd


Comments

No comments written yet.

Please login to write comment.