Color Hex Logo

#3cdaeb Color Hex

#3CDAEB
(60,218,235)
0 Favorites   0 Comments

Color spaces of #3cdaeb

RGB 60218235
HSL0.520.810.58
HSV186°74°92°
CMYK 0.740.070.00   0.08
XYZ41.930357.101687.4090
Yxy57.10160.22490.3063
Hunter Lab75.5656-33.1926-15.6866
CIE-Lab80.2367-34.1862-19.9529

#3cdaeb color RGB value is (60,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011010 11101011
Octal 74 332 353
Decimal 60 218 235
Hex 3C DA EB

RGB Percentages of Color #3cdaeb

%11.70
%42.50
%45.81

CMYK Percentages of Color #3cdaeb

%74
%7
%0
%8

Triadic Colors of #3cdaeb

#3cdaeb #eb3cda #daeb3c

Analogous Colors of #3cdaeb

#3cdaeb #3c83eb #3ceba5

Monochromatic Colors of #3cdaeb

#3cdaeb

Complementary Color

#3cdaeb #eb4d3c

#3cdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdaeb Color CSS Codes

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

#3cdaeb Text Font Color

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

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


#3cdaeb Background Color

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

This div background color is #3cdaeb


#3cdaeb Border Color

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

This div border color is #3cdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdaeb


Comments

No comments written yet.

Please login to write comment.