Color Hex Logo

#cff469 Color Hex

#CFF469
(207,244,105)
0 Favorites   0 Comments

Color spaces of #cff469

RGB 207244105
HSL0.210.860.68
HSV76°57°96°
CMYK 0.150.000.57   0.04
XYZ60.632678.986725.4149
Yxy78.98670.36740.4786
Hunter Lab88.8745-33.752745.2573
CIE-Lab91.2283-31.770761.7344

#cff469 color RGB value is (207,244,105).

#cff469 hex color red value is 207, green value is 244 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cff469 hue: 0.21 , saturation: 0.86 and the lightness value of cff469 is 0.68.

The process color (four color CMYK) of #cff469 color hex is 0.15, 0.00, 0.57, 0.04. Web safe color of #cff469 is #ccff66. Color #cff469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110100 01101001
Octal 317 364 151
Decimal 207 244 105
Hex CF F4 69

RGB Percentages of Color #cff469

%37.23
%43.88
%18.88

CMYK Percentages of Color #cff469

%15
%0
%57
%4

Triadic Colors of #cff469

#cff469 #69cff4 #f469cf

Analogous Colors of #cff469

#cff469 #8af469 #f4d469

Monochromatic Colors of #cff469

#cff469

Complementary Color

#cff469 #8e69f4

#cff469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff469 Color CSS Codes

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

#cff469 Text Font Color

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

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


#cff469 Background Color

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

This div background color is #cff469


#cff469 Border Color

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

This div border color is #cff469


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,244,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cff469; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cff469;
  -webkit-box-shadow: 1px 1px 3px 2px #cff469;
  box-shadow:         1px 1px 3px 2px #cff469; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,244,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff469

Related Colors


Comments

No comments written yet.

Please login to write comment.