Color Hex Logo

#def315 Color Hex

#DEF315
(222,243,21)
0 Favorites   0 Comments

Color spaces of #def315

RGB 22224321
HSL0.180.900.52
HSV66°91°95°
CMYK 0.090.000.91   0.05
XYZ62.310279.684912.8061
Yxy79.68490.40250.5148
Hunter Lab89.2664-31.618753.9808
CIE-Lab91.5433-29.194987.4294

#def315 color RGB value is (222,243,21).

#def315 hex color red value is 222, green value is 243 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #def315 hue: 0.18 , saturation: 0.90 and the lightness value of def315 is 0.52.

The process color (four color CMYK) of #def315 color hex is 0.09, 0.00, 0.91, 0.05. Web safe color of #def315 is #ccff00. Color #def315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110011 00010101
Octal 336 363 25
Decimal 222 243 21
Hex DE F3 15

RGB Percentages of Color #def315

%45.68
%50.00
%4.32

CMYK Percentages of Color #def315

%9
%0
%91
%5

Triadic Colors of #def315

#def315 #15def3 #f315de

Analogous Colors of #def315

#def315 #6ff315 #f39915

Monochromatic Colors of #def315

#def315

Complementary Color

#def315 #2a15f3

#def315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def315 Color CSS Codes

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

#def315 Text Font Color

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

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


#def315 Background Color

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

This div background color is #def315


#def315 Border Color

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

This div border color is #def315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,243,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #def315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #def315;
  -webkit-box-shadow: 1px 1px 3px 2px #def315;
  box-shadow:         1px 1px 3px 2px #def315; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,243,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def315


Comments

No comments written yet.

Please login to write comment.