Color Hex Logo

#3cc6ef Color Hex

#3CC6EF
(60,198,239)
0 Favorites   0 Comments

Color spaces of #3cc6ef

RGB 60198239
HSL0.540.850.59
HSV194°75°94°
CMYK 0.750.170.00   0.06
XYZ37.637647.580888.8617
Yxy47.58080.21620.2733
Hunter Lab68.9788-23.3163-28.0949
CIE-Lab74.5598-23.1760-30.7649

#3cc6ef color RGB value is (60,198,239).

#3cc6ef hex color red value is 60, green value is 198 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3cc6ef hue: 0.54 , saturation: 0.85 and the lightness value of 3cc6ef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000110 11101111
Octal 74 306 357
Decimal 60 198 239
Hex 3C C6 EF

RGB Percentages of Color #3cc6ef

%12.07
%39.84
%48.09

CMYK Percentages of Color #3cc6ef

%75
%17
%0
%6

Triadic Colors of #3cc6ef

#3cc6ef #ef3cc6 #c6ef3c

Analogous Colors of #3cc6ef

#3cc6ef #3c6def #3cefbf

Monochromatic Colors of #3cc6ef

#3cc6ef

Complementary Color

#3cc6ef #ef653c

#3cc6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc6ef Color CSS Codes

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

#3cc6ef Text Font Color

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

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


#3cc6ef Background Color

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

This div background color is #3cc6ef


#3cc6ef Border Color

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

This div border color is #3cc6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc6ef


Comments

No comments written yet.

Please login to write comment.