Color Hex Logo

#cedf24 Color Hex

#CEDF24
(206,223,36)
0 Favorites   0 Comments

Color spaces of #cedf24

RGB 20622336
HSL0.180.750.51
HSV65°84°87°
CMYK 0.080.000.84   0.13
XYZ52.159766.024511.6640
Yxy66.02450.40170.5085
Hunter Lab81.2555-27.613948.3679
CIE-Lab85.0089-26.026279.1674

#cedf24 color RGB value is (206,223,36).

#cedf24 hex color red value is 206, green value is 223 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cedf24 hue: 0.18 , saturation: 0.75 and the lightness value of cedf24 is 0.51.

The process color (four color CMYK) of #cedf24 color hex is 0.08, 0.00, 0.84, 0.13. Web safe color of #cedf24 is #cccc33. Color #cedf24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 00100100
Octal 316 337 44
Decimal 206 223 36
Hex CE DF 24

RGB Percentages of Color #cedf24

%44.30
%47.96
%7.74

CMYK Percentages of Color #cedf24

%8
%0
%84
%13

Triadic Colors of #cedf24

#cedf24 #24cedf #df24ce

Analogous Colors of #cedf24

#cedf24 #71df24 #df9324

Monochromatic Colors of #cedf24

#cedf24

Complementary Color

#cedf24 #3524df

#cedf24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf24 Color CSS Codes

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

#cedf24 Text Font Color

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

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


#cedf24 Background Color

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

This div background color is #cedf24


#cedf24 Border Color

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

This div border color is #cedf24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf24


Comments

No comments written yet.

Please login to write comment.