Color Hex Logo

#cdef48 Color Hex

#CDEF48
(205,239,72)
0 Favorites   0 Comments

Color spaces of #cdef48

RGB 20523972
HSL0.200.840.61
HSV72°70°94°
CMYK 0.140.000.70   0.06
XYZ57.213075.180017.6266
Yxy75.18000.38140.5011
Hunter Lab86.7064-33.953448.6414
CIE-Lab89.4772-32.471972.8557

#cdef48 color RGB value is (205,239,72).

#cdef48 hex color red value is 205, green value is 239 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cdef48 hue: 0.20 , saturation: 0.84 and the lightness value of cdef48 is 0.61.

The process color (four color CMYK) of #cdef48 color hex is 0.14, 0.00, 0.70, 0.06. Web safe color of #cdef48 is #ccff33. Color #cdef48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 01001000
Octal 315 357 110
Decimal 205 239 72
Hex CD EF 48

RGB Percentages of Color #cdef48

%39.73
%46.32
%13.95

CMYK Percentages of Color #cdef48

%14
%0
%70
%6

Triadic Colors of #cdef48

#cdef48 #48cdef #ef48cd

Analogous Colors of #cdef48

#cdef48 #7aef48 #efbe48

Monochromatic Colors of #cdef48

#cdef48

Complementary Color

#cdef48 #6a48ef

#cdef48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef48 Color CSS Codes

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

#cdef48 Text Font Color

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

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


#cdef48 Background Color

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

This div background color is #cdef48


#cdef48 Border Color

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

This div border color is #cdef48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,239,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 #cdef48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef48


Comments

No comments written yet.

Please login to write comment.