Color Hex Logo

#3ceebb Color Hex

#3CEEBB
(60,238,187)
0 Favorites   0 Comments

Color spaces of #3ceebb

RGB 60238187
HSL0.450.840.58
HSV163°75°93°
CMYK 0.750.000.21   0.07
XYZ41.407765.697657.5122
Yxy65.69760.25150.3991
Hunter Lab81.0541-50.655214.6684
CIE-Lab84.8419-55.624212.1952

#3ceebb color RGB value is (60,238,187).

#3ceebb hex color red value is 60, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3ceebb hue: 0.45 , saturation: 0.84 and the lightness value of 3ceebb is 0.58.

The process color (four color CMYK) of #3ceebb color hex is 0.75, 0.00, 0.21, 0.07. Web safe color of #3ceebb is #33ffcc. Color #3ceebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101110 10111011
Octal 74 356 273
Decimal 60 238 187
Hex 3C EE BB

RGB Percentages of Color #3ceebb

%12.37
%49.07
%38.56

CMYK Percentages of Color #3ceebb

%75
%0
%21
%7

Triadic Colors of #3ceebb

#3ceebb #bb3cee #eebb3c

Analogous Colors of #3ceebb

#3ceebb #3cc8ee #3cee62

Monochromatic Colors of #3ceebb

#3ceebb

Complementary Color

#3ceebb #ee3c6f

#3ceebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ceebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ceebb Color CSS Codes

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

#3ceebb Text Font Color

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

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


#3ceebb Background Color

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

This div background color is #3ceebb


#3ceebb Border Color

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

This div border color is #3ceebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ceebb


Comments

No comments written yet.

Please login to write comment.