Color Hex Logo

#3ccfdb Color Hex

#3CCFDB
(60,207,219)
0 Favorites   0 Comments

Color spaces of #3ccfdb

RGB 60207219
HSL0.510.690.55
HSV185°73°86°
CMYK 0.730.050.00   0.14
XYZ36.962550.700874.8559
Yxy50.70080.22740.3120
Hunter Lab71.2045-31.9479-12.4873
CIE-Lab76.4974-33.7366-17.0382

#3ccfdb color RGB value is (60,207,219).

#3ccfdb hex color red value is 60, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3ccfdb hue: 0.51 , saturation: 0.69 and the lightness value of 3ccfdb is 0.55.

The process color (four color CMYK) of #3ccfdb color hex is 0.73, 0.05, 0.00, 0.14. Web safe color of #3ccfdb is #33cccc. Color #3ccfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001111 11011011
Octal 74 317 333
Decimal 60 207 219
Hex 3C CF DB

RGB Percentages of Color #3ccfdb

%12.35
%42.59
%45.06

CMYK Percentages of Color #3ccfdb

%73
%5
%0
%14

Triadic Colors of #3ccfdb

#3ccfdb #db3ccf #cfdb3c

Analogous Colors of #3ccfdb

#3ccfdb #3c80db #3cdb98

Monochromatic Colors of #3ccfdb

#3ccfdb

Complementary Color

#3ccfdb #db483c

#3ccfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccfdb Color CSS Codes

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

#3ccfdb Text Font Color

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

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


#3ccfdb Background Color

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

This div background color is #3ccfdb


#3ccfdb Border Color

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

This div border color is #3ccfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccfdb

#3ccfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.