Color Hex Logo

#cfe70d Color Hex

#CFE70D
(207,231,13)
0 Favorites   0 Comments

Color spaces of #cfe70d

RGB 20723113
HSL0.190.890.48
HSV67°94°91°
CMYK 0.100.000.94   0.09
XYZ54.380770.446311.1121
Yxy70.44630.40000.5182
Hunter Lab83.9323-31.229350.9030
CIE-Lab87.2153-29.806884.4939

#cfe70d color RGB value is (207,231,13).

#cfe70d hex color red value is 207, green value is 231 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cfe70d hue: 0.19 , saturation: 0.89 and the lightness value of cfe70d is 0.48.

The process color (four color CMYK) of #cfe70d color hex is 0.10, 0.00, 0.94, 0.09. Web safe color of #cfe70d is #ccff00. Color #cfe70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 00001101
Octal 317 347 15
Decimal 207 231 13
Hex CF E7 D

RGB Percentages of Color #cfe70d

%45.90
%51.22
%2.88

CMYK Percentages of Color #cfe70d

%10
%0
%94
%9

Triadic Colors of #cfe70d

#cfe70d #0dcfe7 #e70dcf

Analogous Colors of #cfe70d

#cfe70d #62e70d #e7920d

Monochromatic Colors of #cfe70d

#cfe70d

Complementary Color

#cfe70d #250de7

#cfe70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe70d Color CSS Codes

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

#cfe70d Text Font Color

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

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


#cfe70d Background Color

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

This div background color is #cfe70d


#cfe70d Border Color

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

This div border color is #cfe70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe70d


Comments

No comments written yet.

Please login to write comment.