Color Hex Logo

#3adcec Color Hex

#3ADCEC
(58,220,236)
0 Favorites   0 Comments

Color spaces of #3adcec

RGB 58220236
HSL0.510.820.58
HSV185°75°93°
CMYK 0.750.070.00   0.07
XYZ42.478458.142188.3406
Yxy58.14210.22480.3077
Hunter Lab76.2510-33.9992-15.3148
CIE-Lab80.8177-35.0393-19.6092

#3adcec color RGB value is (58,220,236).

#3adcec hex color red value is 58, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3adcec hue: 0.51 , saturation: 0.82 and the lightness value of 3adcec is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 11101100
Octal 72 334 354
Decimal 58 220 236
Hex 3A DC EC

RGB Percentages of Color #3adcec

%11.28
%42.80
%45.91

CMYK Percentages of Color #3adcec

%75
%7
%0
%7

Triadic Colors of #3adcec

#3adcec #ec3adc #dcec3a

Analogous Colors of #3adcec

#3adcec #3a83ec #3aeca3

Monochromatic Colors of #3adcec

#3adcec

Complementary Color

#3adcec #ec4a3a

#3adcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adcec Color CSS Codes

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

#3adcec Text Font Color

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

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


#3adcec Background Color

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

This div background color is #3adcec


#3adcec Border Color

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

This div border color is #3adcec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,220,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3adcec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3adcec;
  -webkit-box-shadow: 1px 1px 3px 2px #3adcec;
  box-shadow:         1px 1px 3px 2px #3adcec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,220,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adcec


Comments

No comments written yet.

Please login to write comment.