Color Hex Logo

#3ced1a Color Hex

#3CED1A
(60,237,26)
0 Favorites   0 Comments

Color spaces of #3ced1a

RGB 6023726
HSL0.310.850.52
HSV110°89°93°
CMYK 0.750.000.89   0.07
XYZ32.334161.603611.1638
Yxy61.60360.30760.5861
Hunter Lab78.4880-63.818646.5084
CIE-Lab82.7022-76.398676.5679

#3ced1a color RGB value is (60,237,26).

#3ced1a hex color red value is 60, green value is 237 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #3ced1a hue: 0.31 , saturation: 0.85 and the lightness value of 3ced1a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 00011010
Octal 74 355 32
Decimal 60 237 26
Hex 3C ED 1A

RGB Percentages of Color #3ced1a

%18.58
%73.37
%8.05

CMYK Percentages of Color #3ced1a

%75
%0
%89
%7

Triadic Colors of #3ced1a

#3ced1a #1a3ced #ed1a3c

Analogous Colors of #3ced1a

#3ced1a #1aed62 #a6ed1a

Monochromatic Colors of #3ced1a

#3ced1a

Complementary Color

#3ced1a #cb1aed

#3ced1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ced1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ced1a Color CSS Codes

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

#3ced1a Text Font Color

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

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


#3ced1a Background Color

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

This div background color is #3ced1a


#3ced1a Border Color

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

This div border color is #3ced1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ced1a


Comments

No comments written yet.

Please login to write comment.