Color Hex Logo

#cefc7e Color Hex

#CEFC7E
(206,252,126)
0 Favorites   0 Comments

Color spaces of #cefc7e

RGB 206252126
HSL0.230.950.74
HSV82°50°99°
CMYK 0.180.000.50   0.01
XYZ64.029984.249032.6256
Yxy84.24900.35390.4657
Hunter Lab91.7873-36.107843.1766
CIE-Lab93.5585-33.921655.0612

#cefc7e color RGB value is (206,252,126).

#cefc7e hex color red value is 206, green value is 252 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cefc7e hue: 0.23 , saturation: 0.95 and the lightness value of cefc7e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01111110
Octal 316 374 176
Decimal 206 252 126
Hex CE FC 7E

RGB Percentages of Color #cefc7e

%35.27
%43.15
%21.58

CMYK Percentages of Color #cefc7e

%18
%0
%50
%1

Triadic Colors of #cefc7e

#cefc7e #7ecefc #fc7ece

Analogous Colors of #cefc7e

#cefc7e #8ffc7e #fceb7e

Monochromatic Colors of #cefc7e

#cefc7e

Complementary Color

#cefc7e #ac7efc

#cefc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc7e Color CSS Codes

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

#cefc7e Text Font Color

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

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


#cefc7e Background Color

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

This div background color is #cefc7e


#cefc7e Border Color

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

This div border color is #cefc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.