Color Hex Logo

#cde248 Color Hex

#CDE248
(205,226,72)
0 Favorites   0 Comments

Color spaces of #cde248

RGB 20522672
HSL0.190.730.58
HSV68°68°89°
CMYK 0.090.000.68   0.11
XYZ53.542967.839716.4033
Yxy67.83970.38860.4924
Hunter Lab82.3649-28.101145.8476
CIE-Lab85.9262-26.393269.3156

#cde248 color RGB value is (205,226,72).

#cde248 hex color red value is 205, green value is 226 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cde248 hue: 0.19 , saturation: 0.73 and the lightness value of cde248 is 0.58.

The process color (four color CMYK) of #cde248 color hex is 0.09, 0.00, 0.68, 0.11. Web safe color of #cde248 is #cccc33. Color #cde248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100010 01001000
Octal 315 342 110
Decimal 205 226 72
Hex CD E2 48

RGB Percentages of Color #cde248

%40.76
%44.93
%14.31

CMYK Percentages of Color #cde248

%9
%0
%68
%11

Triadic Colors of #cde248

#cde248 #48cde2 #e248cd

Analogous Colors of #cde248

#cde248 #80e248 #e2aa48

Monochromatic Colors of #cde248

#cde248

Complementary Color

#cde248 #5d48e2

#cde248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde248 Color CSS Codes

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

#cde248 Text Font Color

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

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


#cde248 Background Color

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

This div background color is #cde248


#cde248 Border Color

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

This div border color is #cde248


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,226,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde248; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde248;
  -webkit-box-shadow: 1px 1px 3px 2px #cde248;
  box-shadow:         1px 1px 3px 2px #cde248; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,226,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde248


Comments

No comments written yet.

Please login to write comment.