Color Hex Logo

#dbfc6b Color Hex

#DBFC6B
(219,252,107)
0 Favorites   0 Comments

Color spaces of #dbfc6b

RGB 219252107
HSL0.200.960.70
HSV74°58°99°
CMYK 0.130.000.58   0.01
XYZ66.677785.742426.9456
Yxy85.74240.37170.4780
Hunter Lab92.5972-33.510247.5648
CIE-Lab94.2021-30.735264.4375

#dbfc6b color RGB value is (219,252,107).

#dbfc6b hex color red value is 219, green value is 252 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dbfc6b hue: 0.20 , saturation: 0.96 and the lightness value of dbfc6b is 0.70.

The process color (four color CMYK) of #dbfc6b color hex is 0.13, 0.00, 0.58, 0.01. Web safe color of #dbfc6b is #ccff66. Color #dbfc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 01101011
Octal 333 374 153
Decimal 219 252 107
Hex DB FC 6B

RGB Percentages of Color #dbfc6b

%37.89
%43.60
%18.51

CMYK Percentages of Color #dbfc6b

%13
%0
%58
%1

Triadic Colors of #dbfc6b

#dbfc6b #6bdbfc #fc6bdb

Analogous Colors of #dbfc6b

#dbfc6b #93fc6b #fcd56b

Monochromatic Colors of #dbfc6b

#dbfc6b

Complementary Color

#dbfc6b #8c6bfc

#dbfc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc6b Color CSS Codes

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

#dbfc6b Text Font Color

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

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


#dbfc6b Background Color

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

This div background color is #dbfc6b


#dbfc6b Border Color

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

This div border color is #dbfc6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,252,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbfc6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbfc6b;
  -webkit-box-shadow: 1px 1px 3px 2px #dbfc6b;
  box-shadow:         1px 1px 3px 2px #dbfc6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,252,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc6b

Related Colors


Comments

No comments written yet.

Please login to write comment.