Color Hex Logo

#3cebdf Color Hex

#3CEBDF
(60,235,223)
0 Favorites   0 Comments

Color spaces of #3cebdf

RGB 60235223
HSL0.490.810.58
HSV176°74°92°
CMYK 0.740.000.05   0.08
XYZ44.891165.705080.1284
Yxy65.70500.23540.3445
Hunter Lab81.0586-42.9974-1.8686
CIE-Lab84.8457-45.2966-6.6952

#3cebdf color RGB value is (60,235,223).

#3cebdf hex color red value is 60, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3cebdf hue: 0.49 , saturation: 0.81 and the lightness value of 3cebdf is 0.58.

The process color (four color CMYK) of #3cebdf color hex is 0.74, 0.00, 0.05, 0.08. Web safe color of #3cebdf is #33ffcc. Color #3cebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 11011111
Octal 74 353 337
Decimal 60 235 223
Hex 3C EB DF

RGB Percentages of Color #3cebdf

%11.58
%45.37
%43.05

CMYK Percentages of Color #3cebdf

%74
%0
%5
%8

Triadic Colors of #3cebdf

#3cebdf #df3ceb #ebdf3c

Analogous Colors of #3cebdf

#3cebdf #3ca0eb #3ceb88

Monochromatic Colors of #3cebdf

#3cebdf

Complementary Color

#3cebdf #eb3c48

#3cebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cebdf Color CSS Codes

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

#3cebdf Text Font Color

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

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


#3cebdf Background Color

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

This div background color is #3cebdf


#3cebdf Border Color

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

This div border color is #3cebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cebdf


Comments

No comments written yet.

Please login to write comment.