Color Hex Logo

#cefc71 Color Hex

#CEFC71
(206,252,113)
0 Favorites   0 Comments

Color spaces of #cefc71

RGB 206252113
HSL0.220.960.72
HSV80°55°99°
CMYK 0.180.000.55   0.01
XYZ63.244683.934928.4905
Yxy83.93490.36000.4778
Hunter Lab91.6160-37.105445.6933
CIE-Lab93.4222-35.133360.7376

#cefc71 color RGB value is (206,252,113).

#cefc71 hex color red value is 206, green value is 252 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cefc71 hue: 0.22 , saturation: 0.96 and the lightness value of cefc71 is 0.72.

The process color (four color CMYK) of #cefc71 color hex is 0.18, 0.00, 0.55, 0.01. Web safe color of #cefc71 is #ccff66. Color #cefc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01110001
Octal 316 374 161
Decimal 206 252 113
Hex CE FC 71

RGB Percentages of Color #cefc71

%36.08
%44.13
%19.79

CMYK Percentages of Color #cefc71

%18
%0
%55
%1

Triadic Colors of #cefc71

#cefc71 #71cefc #fc71ce

Analogous Colors of #cefc71

#cefc71 #89fc71 #fce571

Monochromatic Colors of #cefc71

#cefc71

Complementary Color

#cefc71 #9f71fc

#cefc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc71 Color CSS Codes

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

#cefc71 Text Font Color

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

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


#cefc71 Background Color

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

This div background color is #cefc71


#cefc71 Border Color

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

This div border color is #cefc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc71


Comments

No comments written yet.

Please login to write comment.