Color Hex Logo

#cefc7d Color Hex

#CEFC7D
(206,252,125)
0 Favorites   0 Comments

Color spaces of #cefc7d

RGB 206252125
HSL0.230.950.74
HSV82°50°99°
CMYK 0.180.000.50   0.01
XYZ63.965784.223332.2874
Yxy84.22330.35440.4667
Hunter Lab91.7733-36.189243.3820
CIE-Lab93.5474-34.020155.5060

#cefc7d color RGB value is (206,252,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 01111101
Octal 316 374 175
Decimal 206 252 125
Hex CE FC 7D

RGB Percentages of Color #cefc7d

%35.33
%43.22
%21.44

CMYK Percentages of Color #cefc7d

%18
%0
%50
%1

Triadic Colors of #cefc7d

#cefc7d #7dcefc #fc7dce

Analogous Colors of #cefc7d

#cefc7d #8ffc7d #fceb7d

Monochromatic Colors of #cefc7d

#cefc7d

Complementary Color

#cefc7d #ab7dfc

#cefc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc7d Color CSS Codes

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

#cefc7d Text Font Color

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

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


#cefc7d Background Color

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

This div background color is #cefc7d


#cefc7d Border Color

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

This div border color is #cefc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc7d

Related Colors


Comments

No comments written yet.

Please login to write comment.