color codes Logo

#dcee03 color codes

#DCEE03
(220,238,3)
0 Favorites   0 Comments

Color spaces of #dcee03

RGB 2202383
HSL0.180.980.47
HSV65°99°93°
CMYK 0.080.000.99   0.07
XYZ60.106276.371311.6594
Yxy76.37130.40570.5155
Hunter Lab87.3907-30.163653.2632
CIE-Lab90.0315-27.861287.8394

#dcee03 color RGB value is (220,238,3).

#dcee03 hex color red value is 220, green value is 238 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dcee03 hue: 0.18 , saturation: 0.98 and the lightness value of dcee03 is 0.47.

The process color (four color CMYK) of #dcee03 color code is 0.08, 0.00, 0.99, 0.07. Web safe color of #dcee03 is #ccff00. Color #dcee03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 00000011
Octal 334 356 3
Decimal 220 238 3
Hex DC EE 3

RGB Percentages of Color #dcee03

%47.72
%51.63
%0.65

CMYK Percentages of Color #dcee03

%8
%0
%99
%7

Triadic Colors of #dcee03

#dcee03 #03dcee #ee03dc

Analogous Colors of #dcee03

#dcee03 #67ee03 #ee8b03

Monochromatic Colors of #dcee03

#dcee03

Complementary Color

#dcee03 #1503ee

#dcee03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee03 Color CSS Codes

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

#dcee03 Text Font Color

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

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


#dcee03 Background Color

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

This div background color is #dcee03


#dcee03 Border Color

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

This div border color is #dcee03


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,238,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcee03; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcee03;
  -webkit-box-shadow: 1px 1px 3px 2px #dcee03;
  box-shadow:         1px 1px 3px 2px #dcee03; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,238,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee03


Comments

No comments written yet.

Please login to write comment.