Color Hex Logo

#c1ef30 Color Hex

#C1EF30
(193,239,48)
0 Favorites   0 Comments

Color spaces of #c1ef30

RGB 19323948
HSL0.210.860.56
HSV74°80°94°
CMYK 0.190.000.80   0.06
XYZ53.392373.283914.1274
Yxy73.28390.37920.5205
Hunter Lab85.6060-38.480450.1397
CIE-Lab88.5829-38.232179.0649

#c1ef30 color RGB value is (193,239,48).

#c1ef30 hex color red value is 193, green value is 239 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c1ef30 hue: 0.21 , saturation: 0.86 and the lightness value of c1ef30 is 0.56.

The process color (four color CMYK) of #c1ef30 color hex is 0.19, 0.00, 0.80, 0.06. Web safe color of #c1ef30 is #ccff33. Color #c1ef30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101111 00110000
Octal 301 357 60
Decimal 193 239 48
Hex C1 EF 30

RGB Percentages of Color #c1ef30

%40.21
%49.79
%10.00

CMYK Percentages of Color #c1ef30

%19
%0
%80
%6

Triadic Colors of #c1ef30

#c1ef30 #30c1ef #ef30c1

Analogous Colors of #c1ef30

#c1ef30 #62ef30 #efbe30

Monochromatic Colors of #c1ef30

#c1ef30

Complementary Color

#c1ef30 #5e30ef

#c1ef30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ef30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ef30 Color CSS Codes

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

#c1ef30 Text Font Color

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

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


#c1ef30 Background Color

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

This div background color is #c1ef30


#c1ef30 Border Color

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

This div border color is #c1ef30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ef30


Comments

No comments written yet.

Please login to write comment.