Color Hex Logo

#cefc11 Color Hex

#CEFC11
(206,252,17)
0 Favorites   0 Comments

Color spaces of #cefc11

RGB 20625217
HSL0.200.980.53
HSV72°93°99°
CMYK 0.180.000.93   0.01
XYZ60.365282.783113.3275
Yxy82.78310.38580.5290
Hunter Lab90.9852-40.796255.0049
CIE-Lab92.9194-39.693788.4897

#cefc11 color RGB value is (206,252,17).

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

The process color (four color CMYK) of #cefc11 color hex is 0.18, 0.00, 0.93, 0.01. Web safe color of #cefc11 is #ccff00. Color #cefc11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 00010001
Octal 316 374 21
Decimal 206 252 17
Hex CE FC 11

RGB Percentages of Color #cefc11

%43.37
%53.05
%3.58

CMYK Percentages of Color #cefc11

%18
%0
%93
%1

Triadic Colors of #cefc11

#cefc11 #11cefc #fc11ce

Analogous Colors of #cefc11

#cefc11 #58fc11 #fcb511

Monochromatic Colors of #cefc11

#cefc11

Complementary Color

#cefc11 #3f11fc

#cefc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc11 Color CSS Codes

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

#cefc11 Text Font Color

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

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


#cefc11 Background Color

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

This div background color is #cefc11


#cefc11 Border Color

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

This div border color is #cefc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc11


Comments

No comments written yet.

Please login to write comment.