Color Hex Logo

#cefc2c Color Hex

#CEFC2C
(206,252,44)
0 Favorites   0 Comments

Color spaces of #cefc2c

RGB 20625244
HSL0.200.970.58
HSV73°83°99°
CMYK 0.180.000.83   0.01
XYZ60.718682.924515.1887
Yxy82.92450.38230.5221
Hunter Lab91.0629-40.340453.8548
CIE-Lab92.9814-39.123784.1739

#cefc2c color RGB value is (206,252,44).

#cefc2c hex color red value is 206, green value is 252 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cefc2c hue: 0.20 , saturation: 0.97 and the lightness value of cefc2c is 0.58.

The process color (four color CMYK) of #cefc2c color hex is 0.18, 0.00, 0.83, 0.01. Web safe color of #cefc2c is #ccff33. Color #cefc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 00101100
Octal 316 374 54
Decimal 206 252 44
Hex CE FC 2C

RGB Percentages of Color #cefc2c

%41.04
%50.20
%8.76

CMYK Percentages of Color #cefc2c

%18
%0
%83
%1

Triadic Colors of #cefc2c

#cefc2c #2ccefc #fc2cce

Analogous Colors of #cefc2c

#cefc2c #66fc2c #fcc22c

Monochromatic Colors of #cefc2c

#cefc2c

Complementary Color

#cefc2c #5a2cfc

#cefc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc2c Color CSS Codes

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

#cefc2c Text Font Color

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

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


#cefc2c Background Color

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

This div background color is #cefc2c


#cefc2c Border Color

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

This div border color is #cefc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc2c

Related Colors


Comments

No comments written yet.

Please login to write comment.