Color Hex Logo

#3afcdb Color Hex

#3AFCDB
(58,252,219)
0 Favorites   0 Comments

Color spaces of #3afcdb

RGB 58252219
HSL0.470.970.61
HSV170°77°99°
CMYK 0.770.000.13   0.01
XYZ49.341575.634879.0162
Yxy75.63480.24190.3708
Hunter Lab86.9683-50.92247.0091
CIE-Lab89.6895-53.71072.4955

#3afcdb color RGB value is (58,252,219).

#3afcdb hex color red value is 58, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3afcdb hue: 0.47 , saturation: 0.97 and the lightness value of 3afcdb is 0.61.

The process color (four color CMYK) of #3afcdb color hex is 0.77, 0.00, 0.13, 0.01. Web safe color of #3afcdb is #33ffcc. Color #3afcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111100 11011011
Octal 72 374 333
Decimal 58 252 219
Hex 3A FC DB

RGB Percentages of Color #3afcdb

%10.96
%47.64
%41.40

CMYK Percentages of Color #3afcdb

%77
%0
%13
%1

Triadic Colors of #3afcdb

#3afcdb #db3afc #fcdb3a

Analogous Colors of #3afcdb

#3afcdb #3abcfc #3afc7a

Monochromatic Colors of #3afcdb

#3afcdb

Complementary Color

#3afcdb #fc3a5b

#3afcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afcdb Color CSS Codes

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

#3afcdb Text Font Color

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

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


#3afcdb Background Color

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

This div background color is #3afcdb


#3afcdb Border Color

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

This div border color is #3afcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afcdb


Comments

No comments written yet.

Please login to write comment.