Color Hex Logo

#3ceffc Color Hex

#3CEFFC
(60,239,252)
0 Favorites   0 Comments

Color spaces of #3ceffc

RGB 60239252
HSL0.510.970.61
HSV184°76°99°
CMYK 0.760.050.00   0.01
XYZ50.300769.7219102.9020
Yxy69.72190.22560.3128
Hunter Lab83.4996-38.5949-14.6171
CIE-Lab86.8603-38.9285-18.9235

#3ceffc color RGB value is (60,239,252).

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

The process color (four color CMYK) of #3ceffc color hex is 0.76, 0.05, 0.00, 0.01. Web safe color of #3ceffc is #33ffff. Color #3ceffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101111 11111100
Octal 74 357 374
Decimal 60 239 252
Hex 3C EF FC

RGB Percentages of Color #3ceffc

%10.89
%43.38
%45.74

CMYK Percentages of Color #3ceffc

%76
%5
%0
%1

Triadic Colors of #3ceffc

#3ceffc #fc3cef #effc3c

Analogous Colors of #3ceffc

#3ceffc #3c8ffc #3cfca9

Monochromatic Colors of #3ceffc

#3ceffc

Complementary Color

#3ceffc #fc493c

#3ceffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ceffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ceffc Color CSS Codes

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

#3ceffc Text Font Color

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

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


#3ceffc Background Color

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

This div background color is #3ceffc


#3ceffc Border Color

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

This div border color is #3ceffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ceffc

Related Colors


Comments

No comments written yet.

Please login to write comment.